Definition Type: ComplexType
Name: CT_PivotCacheRecords
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-pivotTable.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema sml-pivottable_xsd Drilldown into r in schema sml-pivottable_xsd Drilldown into count in schema sml-pivottable_xsdXSD Diagram of CT_PivotCacheRecords in schema sml-pivottable_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PivotCacheRecords">
    <xsd:sequence>
        <xsd:element name="r" minOccurs="0" maxOccurs="unbounded" type="CT_Record">
            <xsd:annotation>
                <xsd:documentation>PivotCache Record</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
            <xsd:annotation>
                <xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="count" type="xsd:unsignedInt">
        <xsd:annotation>
            <xsd:documentation>PivotCache Records Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
r nsM:r 0 unbounded
extLst nsM:extLst 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
count nsM:count (Optional)
Collapse Derivation Tree:
Collapse References:
nsM:pivotCacheRecords