GroupLevel element

Describes the grouping properties for a hierarchy level in an OLAP-based PivotTable view or report.

Usage

      
<GroupLevel />

    

Element Information

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

Elements and Attributes

Parent Elements

Element Description
CubeField Contains information about a cube field (a hierarchy in an OLAP-based PivotTable view).

Child Elements

Element Description
IsGroupLevel Contains a Boolean value indicating that an OLAP hierarchy level is a custom group level rather than a level from the original OLAP cube.
UniqueName Specifies a unique name for an OLAP hierarchy group level.
Name Specifies a caption (display name) for an OLAP hierarchy group level.
GroupDefinition Describes a particular grouping of OLAP members in a hierarchy level in an OLAP-based PivotTable view or report.

Attributes

None.

Definition

      
<xsd:element name="GroupLevel" minOccurs="0" maxOccurs="unbounded" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="IsGroupLevel" minOccurs="0">
      </xsd:element>
      <xsd:element name="UniqueName" type="xsd:string" minOccurs="0">
      </xsd:element>
      <xsd:element name="Name" type="xsd:string" minOccurs="0">
      </xsd:element>
      <xsd:element name="GroupDefinition" type="GroupDefinitionType" minOccurs="0" maxOccurs="unbounded">
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>


    
©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