Contains information about the data held in a spreadsheet to support a PivotTable view.
<PivotCache />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
CacheIndex | Specifies the index of PivotCache. |
s:Schema | See external namespace. |
rs:data | See external namespace. |
None.
<xsd:element name="PivotCache" >
<xsd:complexType>
<xsd:sequence>
<xsd:element name="CacheIndex" type="xsd:int" default="1">
</xsd:element>
<xsd:element ref="s:Schema" />
<xsd:element ref="rs:data" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>