Definition Type: ComplexType
Name: GroupMemberType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Describes a particular member of a group within a hierarchy level in an OLAP-based PivotTable view or report.
Collapse XSD Schema Diagram:
Drilldown into UniqueName in schema excel_xsd Drilldown into Name in schema excel_xsdXSD Diagram of GroupMemberType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="GroupMemberType">
    <xsd:annotation>
        <xsd:documentation>Describes a particular member of a group within a hierarchy level in an OLAP-based PivotTable view or report.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Name" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="UniqueName" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name x:Name 0 (1)
UniqueName x:UniqueName 0 (1)
Collapse Derivation Tree:
Collapse References:
x:GroupMember