DocumentID: ECMA-376/Part1/12.3.13 Title: ECMA-376, Part1: 12.3.13 Pivot Table Cache Records Part Extracted-From: ECMA-376 Office Open XML File Formats, 1st Edition / December 2006 Warning: Coverted to HTML format by a script known to have bugs
|
Content Type: |
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml |
|---|---|
|
Root Namespace: |
http://schemas.openxmlformats.org/spreadsheetml/2006/main |
|
Source Relationship: |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/spreadsheetml/pivotCacheRecords |
An instance of this part type contains the cache records for a pivot table.
A package shall contain exactly one Pivot Table Cache Records part per pivot table, and each such part shall be the target of an explicit relationship in the Pivot Table Cache Definition (§12.3.12) part for the corresponding pivot table.
[Example: The following Pivot Table Cache Definition part-relationship item contains a relationship to the Pivot Table Cache Records part, which is stored in the ZIP item pivotCacheRecords2.xml:
<Relationships xmlns="...">
<Relationship Id="rId1"
Type="http://.../pivotCacheRecords" Target="pivotCacheRecords2.xml"/>
</Relationships>
end example]
The root element for a part of this content type shall be pivotCacheRecords.
[Example: pivotCacheRecords2.xml contains the following:
<pivotCacheRecords ... count="11">
<r>
<n v="1234"/>
</r>
...
<r>
<n v="876"/>
</r>
</pivotCacheRecords>
end example]
A Pivot Table Cache Records part shall be located within the package containing the source relationship (expressed syntactically, the TargetMode attribute of the Relationship element shall be Internal).
A Pivot Table Cache Records part shall not have implicit or explicit relationships to any other part defined by this Standard.