Definition Type: ComplexType
Name: CT_PivotCaches
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-workbook.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into pivotCache in schema sml-workbook_xsdXSD Diagram of CT_PivotCaches in schema sml-workbook_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PivotCaches">
    <xsd:sequence>
        <xsd:element name="pivotCache" type="CT_PivotCache" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>PivotCache</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pivotCache nsM:pivotCache 1 unbounded
Collapse Derivation Tree:
Collapse References:
nsM:pivotCaches