Definition Type: ComplexType
Name: GroupDefinitionType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Describes a particular grouping of OLAP members in a hierarchy level in an OLAP-based PivotTable view or report.
Collapse XSD Schema Diagram:
Drilldown into GroupMember in schema excel_xsd Drilldown into ParentIsOther in schema excel_xsd Drilldown into ParentUniqueName in schema excel_xsd Drilldown into ParentName in schema excel_xsd Drilldown into GroupNumber in schema excel_xsd Drilldown into Caption in schema excel_xsd Drilldown into UniqueName in schema excel_xsd Drilldown into Name in schema excel_xsdXSD Diagram of GroupDefinitionType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="GroupDefinitionType">
    <xsd:annotation>
        <xsd:documentation>Describes a particular grouping of OLAP members in 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 for an OLAP member group.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="UniqueName" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies a unique name for an OLAP member group.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Caption" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies a caption (display name) for an OLAP member group.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="GroupNumber" type="xsd:integer" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies a number that uniquely identifies a group within an OLAP hierarchy level.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ParentName" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains the name of the parent OLAP hierarchy level for a member group.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ParentUniqueName" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains the unique name of the parent OLAP hierarchy level of a member group.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ParentIsOther" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains a Boolean value indicating that the parent of a group is not another group.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="GroupMember" type="GroupMemberType" minOccurs="0" maxOccurs="unbounded">
            <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:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name x:Name 0 (1)
UniqueName x:UniqueName 0 (1)
Caption x:Caption 0 (1)
GroupNumber x:GroupNumber 0 (1)
ParentName x:ParentName 0 (1)
ParentUniqueName x:ParentUniqueName 0 (1)
ParentIsOther x:ParentIsOther 0 (1)
GroupMember x:GroupMember 0 unbounded
Collapse Derivation Tree:
Collapse References:
x:GroupDefinition