<groupMembers>
(OLAP Group Members)
Represents the collection of OLAP group members.
example:
<groupMembers count="2"> <groupMember uniqueName="[Product].[Product Categories].[Category].&[4]"/> <groupMember uniqueName="[Product].[Product Categories].[Category].&[1]"/> </groupMembers>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies the number of group members 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_GroupMembers">
<sequence>
<element name="groupMember" maxOccurs="unbounded" type="CT_GroupMember"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>