<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>
|