<multiLvlStrCache> (Multi Level String Cache)

This element specifies the last data shown on the chart for a category axis.

Parent Elements

<multiLvlStrRef>5.7.2.116)

Child Elements

Subclause

<extLst> (Chart Extensibility)

§5.7.2.64

<lvl> (Level)

§5.7.2.100

<ptCount> (Point Count)

§5.7.2.153

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_MultiLvlStrData">
	<sequence>
	<element name="ptCount" type="CT_UnsignedInt" minOccurs="0" maxOccurs="1"/>
	<element name="lvl" type="CT_Lvl" minOccurs="0" maxOccurs="unbounded"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>