[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
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>
end example]
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>