2.6.72 CT_SlicerCachePivotTables
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: slicerCachePivotTables, CT_SlicerCacheDefinition
A complex type that specifies a group of CT_SlicerCachePivotTable elements that specify the PivotTable ([ISO/IEC29500-1:2016] section 18.10) views that are filtered by the slicer cache.
Child Elements:
pivotTable: A CT_SlicerCachePivotTable element that specifies the PivotTable ([ISO/IEC29500-1:2016] section 18.10) view that is filtered. The list of pivotTable child elements MUST NOT contain duplicates. The showCalcMbrs attribute of all CT_PivotTableDefinition ([ISO/IEC29500-4:2016] section A.2) elements associated with PivotTables ([ISO/IEC29500-1:2016] section 18.10) that are specified by pivotTable child elements MUST have the same value.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_SlicerCachePivotTables"> <xsd:sequence> <xsd:element name="pivotTable" type="CT_SlicerCachePivotTable" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).