[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
groupMember (OLAP Group Member)
Represents an OLAP group member.
[Example:
<groupMember uniqueName="[Product].[Product Categories].[Category].&[1]"/>
end example]
Parent Elements |
groupMembers (§3.10.1.42) |
Attributes |
Description |
group (Group) |
Specifies a boolean value that indicates whether this member represents a group.
A value of on, 1, or true indicates this member represents a group.
A value of off, 0, or false indicates this member does not represent a group.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
uniqueName (Group Member Unique Name) |
Specifies the unique name of this group member.
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_GroupMember">
<attribute name="uniqueName" use="required" type="ST_Xstring"/>
<attribute name="group" type="xsd:boolean" default="false"/>
</complexType>