<cat> (Category Axis Data)

This element specifies the data used for the category axis.

Parent Elements

<ser>5.7.2.174); <ser>5.7.2.171); <ser>5.7.2.175); <ser>5.7.2.170); <ser>5.7.2.169); <ser>5.7.2.173)

Child Elements

Subclause

<multiLvlStrRef> (Multi Level String Reference)

§5.7.2.116

<numLit> (Number Literal)

§5.7.2.123

<numRef> (Number Reference)

§5.7.2.124

<strLit> (String Literal)

§5.7.2.201

<strRef> (String Reference)

§5.7.2.202

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>