[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents an OLAP level group.
[Example:
<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>
end example]
Parent Elements |
groups (§3.10.1.43) |
Child Elements |
Subclause |
groupMembers (OLAP Group Members) |
§3.10.1.42 |
Attributes |
Description |
caption (Group Caption) |
Specifies the caption for this group.
The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
id (Group Id) |
Specifies the unique number for this group within the level.
The possible values for this attribute are defined by the XML Schema int datatype. |
name (Group Name) |
Specifies the name of this group.
The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
uniqueName (Unique Group Name) |
Specifies the unique name of this group.
The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
uniqueParent (Parent Unique Name) |
Specifies the unique name of the parent of this group.
The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_LevelGroup">
<sequence>
<element name="groupMembers" type="CT_GroupMembers"/>
</sequence>
<attribute name="name" use="required" type="ST_Xstring"/>
<attribute name="uniqueName" use="required" type="ST_Xstring"/>
<attribute name="caption" use="required" type="ST_Xstring"/>
<attribute name="uniqueParent" type="ST_Xstring"/>
<attribute name="id" type="xsd:int"/>
</complexType>