Definition Type: Element
Name: GroupLevel
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Describes the grouping properties for a hierarchy level in an OLAP-based PivotTable view or report.
Collapse XSD Schema Diagram:
Drilldown into GroupDefinition in schema excel_xsd Drilldown into Name in schema excel_xsd Drilldown into UniqueName in schema excel_xsd Drilldown into IsGroupLevel in schema excel_xsdXSD Diagram of GroupLevel in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="GroupLevel" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Describes the grouping properties for a hierarchy level in an OLAP-based PivotTable view or report.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="IsGroupLevel" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Contains a Boolean value indicating that an OLAP hierarchy level is a custom group level rather than a level from the original OLAP cube.</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 hierarchy group level.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Name" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies a caption (display name) for an OLAP hierarchy group level.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="GroupDefinition" type="GroupDefinitionType" minOccurs="0" maxOccurs="unbounded">
                <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:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IsGroupLevel x:IsGroupLevel 0 (1)
UniqueName x:UniqueName 0 (1)
Name x:Name 0 (1)
GroupDefinition x:GroupDefinition 0 unbounded