[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the last string data used for a chart.
Parent Elements |
strRef (§5.7.2.202) |
Child Elements |
Subclause |
extLst (Chart Extensibility) |
§5.7.2.64 |
pt (String Point) |
§5.7.2.152 |
ptCount (Point Count) |
§5.7.2.153 |
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>