2.6.86 CT_PivotTableReferences
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: pivotTableReferences
A complex type that specifies a list of PivotTable ([ISO/IEC29500-1:2016] section 18.10) part identifiers for Non-Worksheet PivotTables. MUST contain fewer than 231 elements.
Child Elements:
pivotTableReference: A CT_PivotTableReference element that specifies a PivotTable part identifier of a Non-Worksheet PivotTable.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_PivotTableReferences"> <xsd:sequence> <xsd:element name="pivotTableReference" type="CT_PivotTableReference" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).