[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
groupLevels (OLAP Grouping Levels)
Represents the collection of OLAP grouping levels.
[Example:
<groupLevels count="5">
<groupLevel uniqueName="[Product].[Product Categories].[(All)]"
caption="(All)"/>
<groupLevel uniqueName="[Product].[Product Categories].[Product Categories1]"
caption="Product Categories1" user="1"/>
<groupLevel uniqueName="[Product].[Product Categories].[Category]"
caption="Category">
<groups count="1">
<group name="CategoryXl_Grp_1" uniqueName="[Product].[Product Categories].
[Product Categories1].[GROUPMEMBER.[CategoryXl_Grp_1]].
[Product]].[Product Categories]].[All Products]]]" caption="Group1"
uniqueParent="[Product].[Product Categories].[All Products]" id="1">
<groupMembers count="2">
<groupMember
uniqueName="[Product].[Product Categories].[Category].&[4]"/>
<groupMember
uniqueName="[Product].[Product Categories].[Category].&[1]"/>
</groupMembers>
</group>
</groups>
</groupLevel>
<groupLevel uniqueName="[Product].[Product Categories].[Subcategory]"
caption="Subcategory"/>
<groupLevel uniqueName="[Product].[Product Categories].[Product]"
caption="Product"/>
</groupLevels>
end example]
Parent Elements |
cacheHierarchy (§3.10.1.6) |
Child Elements |
Subclause |
groupLevel (OLAP Grouping Levels) |
§3.10.1.39 |
Attributes |
Description |
count (Grouping Level Count) |
Specifies the number of grouping levels.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GroupLevels">
<sequence>
<element name="groupLevel" maxOccurs="unbounded" type="CT_GroupLevel"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>