<pivotSource>
(Pivot Source)
This element specifies the source pivot table for a pivot chart.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
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>