2.1.7.39 PivotCache Records
An instance of the PivotCache Records part type specifies cache records (section 2.2.5.2.10) for a PivotTable (section 2.2.5).
Content type: application/vnd.ms-excel.pivotCacheRecords
Source relationship: http://schemas.openxmlformats.org/officeDocument/2006/relationships/spreadsheetml/pivotCacheRecords
A package MUST contain at most one PivotCache Records part per PivotCache Definition (section 2.1.7.38) part, and each such part MUST be the target of an explicit relationship from the PivotCache Definition part.
A PivotCache Records part MUST NOT have implicit or explicit relationships to any part specified in this document.
Record sequence ABNF:
PIVOTCACHERECORDS = BrtBeginPivotCacheRecords *PIVOTCACHERECORD *FRT BrtEndPivotCacheRecords
PIVOTCACHERECORD = BrtPCRRecord / PIVOTCACHERECORDDT
PIVOTCACHERECORDDT = BrtPCRRecordDt 1*PCDIDT
PCDIDT = BrtPCDIMissing / BrtPCDINumber / BrtPCDIBoolean / BrtPCDIError / BrtPCDIString / BrtPCDIDatetime / BrtPCDIIndex
For ABNF rules not listed here, see section 2.1.8.