Describes a particular member of a group within a hierarchy level in an OLAP-based PivotTable view or report.
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
Name | Specifies the name of a group member. If the group member with which this element is associated is itself the parent of another group, then this element is used to identify the group member. |
UniqueName | Specifies a unique name for a group member. If the group member with which this element is associated is not the parent of another group, then this element is used to identify the group member instead of the Name element. |
None.
<xsd:complexType name="GroupMemberType" >
<xsd:sequence>
<xsd:element name="Name" type="xsd:string" minOccurs="0">
</xsd:element>
<xsd:element name="UniqueName" type="xsd:string" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>