<cat>
(Category Axis Data)
This element specifies the data used for the category axis.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AxDataSource">
<sequence>
<choice minOccurs="1" maxOccurs="1">
<element name="multiLvlStrRef" type="CT_MultiLvlStrRef" minOccurs="1" maxOccurs="1"/>
<element name="numRef" type="CT_NumRef" minOccurs="1" maxOccurs="1"/>
<element name="numLit" type="CT_NumData" minOccurs="1" maxOccurs="1"/>
<element name="strRef" type="CT_StrRef" minOccurs="1" maxOccurs="1"/>
<element name="strLit" type="CT_StrData" minOccurs="1" maxOccurs="1"/>
</choice>
</sequence>
</complexType>