<upDownBars>
(Up/Down Bars)
This element specifies the up and down bars.
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_UpDownBars">
<sequence>
<element name="gapWidth" type="CT_GapAmount" minOccurs="0" maxOccurs="1"/>
<element name="upBars" type="CT_UpDownBar" minOccurs="0" maxOccurs="1"/>
<element name="downBars" type="CT_UpDownBar" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>