2.6.113 CT_TimelineCachePivotTables

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main

Referenced by: CT_TimelineCacheDefinition

A complex type that specifies a group of CT_TimelineCachePivotTable elements that specify the PivotTable ([ISO/IEC29500-1:2016] section 18.10) views and Charts ([ISO/IEC29500-1:2016] section 21.2) based on Non-Worksheet PivotTables that are filtered by the Timeline cache.

Child Elements:

pivotTable: A CT_TimelineCachePivotTable element that specifies the PivotTable ([ISO/IEC29500-1:2016] section 18.10) view or a Non-Worksheet PivotTable that is filtered. The list of pivotTable child elements MUST NOT contain duplicates.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_TimelineCachePivotTables">
   <xsd:sequence>
     <xsd:element name="pivotTable" type="CT_TimelineCachePivotTable" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).