<varLst>
(Variable List)
This element consists of a list of variables which interact with user interface components.
example:
<varLst> <chMax val="2" /> <dir val="norm" /> <resizeHandles val="exact" /> </varLst>
In this example we see different variables being defined which modify the behavior of user interface components directly. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_LayoutVariablePropertySet">
<sequence>
<element name="orgChart" type="CT_OrgChart" minOccurs="0" maxOccurs="1"/>
<element name="chMax" type="CT_ChildMax" minOccurs="0" maxOccurs="1"/>
<element name="chPref" type="CT_ChildPref" minOccurs="0" maxOccurs="1"/>
<element name="bulletEnabled" type="CT_BulletEnabled" minOccurs="0" maxOccurs="1"/>
<element name="dir" type="CT_Direction" minOccurs="0" maxOccurs="1"/>
<element name="hierBranch" type="CT_HierBranchStyle" minOccurs="0" maxOccurs="1"/>
<element name="animOne" type="CT_AnimOne" minOccurs="0" maxOccurs="1"/>
<element name="animLvl" type="CT_AnimLvl" minOccurs="0" maxOccurs="1"/>
<element name="resizeHandles" type="CT_ResizeHandles" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>