<groupMembers> (OLAP Group Members)

Represents the collection of OLAP group members.

example:
<groupMembers count="2">
  <groupMember uniqueName="[Product].[Product Categories].[Category].&amp;[4]"/>
  <groupMember uniqueName="[Product].[Product Categories].[Category].&amp;[1]"/>
</groupMembers>

Parent Elements

<group>3.10.1.37)

Child Elements

Subclause

<groupMember> (OLAP Group Member)

§3.10.1.41

Attributes

Description

<count> (Group Member Count)

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>