2.6.13 CT_SlicerCaches
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: slicerCaches, slicerCaches
A complex type that specifies a list of slicer cache part identifiers for the workbook. MUST contain fewer than 231 elements.
Child Elements:
slicerCache: A CT_SlicerCache element that specifies a slicer cache part identifier in this workbook.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_SlicerCaches"> <xsd:sequence> <xsd:element name="slicerCache" type="CT_SlicerCache" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).