ssml:groups
OLAP Level Groups
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_Groups
Properties: Local, Qualified
Content
- ssml:group [1..*] OLAP Group
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Level Group Count |
Used in
- Type ssml:CT_GroupLevel (Element ssml:groupLevel)
Sample instance
<ssml:groups> <ssml:group name="string" uniqueName="string" caption="string"> <ssml:groupMembers> <ssml:groupMember uniqueName="string"/> </ssml:groupMembers> </ssml:group> </ssml:groups>