2.6.85 CT_TabularSlicerCacheItem
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: CT_TabularSlicerCacheItems
A complex type that specifies a non-OLAP slicer item that is cached within this slicer cache.
Attributes:
x: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies an index of the associated PivotTable ([ISO/IEC29500-1:2016] section 18.10) cache item in the associated PivotTable ([ISO/IEC29500-1:2016] section 18.10) cache field. MUST be within the range of items as specified by the count attribute of the CT_PivotCacheRecords ([ISO/IEC29500-4:2016] section A.2) element of the associated non-OLAP PivotTable ([ISO/IEC29500-1:2016] section 18.10) PivotCache specified by the pivotCacheId attribute of the CT_TabularSlicerCache element that is an ancestor of this element.
s: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether a non-OLAP slicer item is selected.
-
Value
Meaning
"true"
A non-OLAP slicer item is selected.
"false"
A non-OLAP slicer item is not selected.
nd: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether a non-OLAP slicer item does not have data associated with it. This attribute MUST NOT exist if the crossFilter attribute of the CT_TabularSlicerCache element is equal to "none". For more information, see Slicer Cross Filtering.
-
Value
Meaning
"true"
A non-OLAP slicer item does not have data associated with it.
"false"
A non-OLAP slicer item has data associated with it.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_TabularSlicerCacheItem"> <xsd:attribute name="x" type="xsd:unsignedInt" use="required"/> <xsd:attribute name="s" type="xsd:boolean" use="optional" default="false"/> <xsd:attribute name="nd" type="xsd:boolean" use="optional" default="false"/> </xsd:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).