ssml:pivotCacheRecords
PivotCache Records
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_PivotCacheRecords
Properties: Global, Qualified
Content
- Sequence [1..1]
- ssml:r [0..*] PivotCache Record
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | PivotCache Records Count |
Sample instance
<ssml:pivotCacheRecords> <ssml:r> <ssml:m> <ssml:tpls>... </ssml:tpls> <ssml:x/> </ssml:m> </ssml:r> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:pivotCacheRecords>