2.6.114 CT_TimelineCachePivotTable

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

Referenced by: CT_TimelineCachePivotTables

A complex type that specifies a PivotTable ([ISO/IEC29500-1:2016] section 18.10) view filtered by a Timeline cache.

Attributes:

tabId: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the unique identifier (UID) of the worksheet that contains the PivotTable ([ISO/IEC29500-1:2016] section 18.10) view specified by the name attribute. MUST match the sheetId of an existing sheet ([ISO/IEC29500-4:2016] section A.2) element within the workbook. MUST be equal to the decimal equivalent of 0xFFFFFFFF if the PivotTable specified by the name attribute is a Non-Worksheet PivotTable.

name: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies the name of the PivotTable ([ISO/IEC29500-1:2016] section 18.10) view on the worksheet specified by tabId. MUST match the name attribute of an existing pivotTableDefinition element in the worksheet. The createdVersion attribute of the CT_PivotTableDefinition ([ISO/IEC29500-4:2016] section A.2) element that defines the specified PivotTable ([ISO/IEC29500-1:2016] section 18.10) MUST be greater than or equal to 3.

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

 <xsd:complexType name="CT_TimelineCachePivotTable">
   <xsd:attribute name="tabId" type="xsd:unsignedInt" use="required"/>
   <xsd:attribute name="name" type="x:ST_Xstring" use="required"/>
 </xsd:complexType>

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