<strCache> (String Cache)
This element specifies the last string data used for a chart.
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_StrData">
<sequence>
<element name="ptCount" type="CT_UnsignedInt" minOccurs="0" maxOccurs="1"/>
<element name="pt" type="CT_StrVal" minOccurs="0" maxOccurs="unbounded"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>