<xVal> (X Values)

This element specifies the x values which shall be used to define the location of data markers on a chart.

Parent Elements

<ser>5.7.2.168); <ser>5.7.2.172)

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>