2.6.109 CT_TimelinePivotCacheDefinition

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

Referenced by: timelinePivotCacheDefinition

A complex type that specifies the extended properties of a PivotTable ([ISO/IEC29500-1:2016] section 18.10) PivotCache definition.

Attributes:

timelineData: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether the Timeline Cache Relationship to PivotCache. MUST be "true" if the OLAP PivotTable ([ISO/IEC29500-1:2016] section 18.10) PivotCache definition is being referenced by a timeline cache.

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

 <xsd:complexType name="CT_TimelinePivotCacheDefinition">
   <xsd:attribute name="timelineData" type="xsd:boolean" use="optional" default="false"/>
 </xsd:complexType>

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