<valAx>
(Value Axis)
This element specifies a value axis.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ValAx">
<sequence>
<group ref="EG_AxShared" minOccurs="1" maxOccurs="1"/>
<element name="crossBetween" type="CT_CrossBetween" minOccurs="0" maxOccurs="1"/>
<element name="majorUnit" type="CT_AxisUnit" minOccurs="0" maxOccurs="1"/>
<element name="minorUnit" type="CT_AxisUnit" minOccurs="0" maxOccurs="1"/>
<element name="dispUnits" type="CT_DispUnits" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>