Definition Type: Element
Name: PivotCache
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains information about the data held in a spreadsheet to support a PivotTable view.
Collapse XSD Schema Diagram:
Drilldown into data in schema rowsset_xsd Drilldown into Schema in schema schema_xsd Drilldown into CacheIndex in schema excel_xsdXSD Diagram of PivotCache in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="PivotCache">
    <xsd:annotation>
        <xsd:documentation>Contains information about the data held in a spreadsheet to support a PivotTable view.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="CacheIndex" type="xsd:int" default="1">
                <xsd:annotation>
                    <xsd:documentation>Specifies the index of PivotCache.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element ref="s:Schema" />
            <xsd:element ref="rs:data" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CacheIndex x:CacheIndex (1) (1)
Schema s:Schema (1) (1)
data rs:data 0 (1)