<multiLvlStrCache>
(Multi Level String Cache)
This element specifies the last data shown on the chart for a category axis.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
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>