[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the source pivot table for a pivot chart.
Parent Elements |
chartSpace (§5.7.2.29) |
Child Elements |
Subclause |
extLst (Chart Extensibility) |
§5.7.2.64 |
fmtId (Format ID) |
§5.7.2.70 |
name (Pivot Name) |
§5.7.2.118 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PivotSource">
<sequence>
<element name="name" type="ST_Xstring" minOccurs="1" maxOccurs="1"/>
<element name="fmtId" type="CT_UnsignedInt" minOccurs="1" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>