GroupMemberType complexType

Describes a particular member of a group within a hierarchy level in an OLAP-based PivotTable view or report.

Type Information

Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Child Elements

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.

Attributes

None.

Definition

      
<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>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp