<groups>
(OLAP Level Groups)
Represents the collection of OLAP level groups.
example:
<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>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies the number of level groups in the collection. 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_Groups">
<sequence>
<element name="group" maxOccurs="unbounded" type="CT_LevelGroup"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>