ssml:groupLevels
OLAP Grouping Levels
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_GroupLevels
Properties: Local, Qualified
Content
- ssml:groupLevel [1..*] OLAP Grouping Levels
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Grouping Level Count |
Used in
- Type ssml:CT_CacheHierarchy (Element ssml:cacheHierarchy)
Sample instance
<ssml:groupLevels> <ssml:groupLevel uniqueName="string" caption="string"> <ssml:groups> <ssml:group name="string" uniqueName="string" caption="string">... </ssml:group> </ssml:groups> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:groupLevel> </ssml:groupLevels>