<xsd:complexType name="CT_GroupLevel">
<xsd:sequence>
<xsd:element name="groups" minOccurs="0" type="CT_Groups">
<xsd:annotation>
<xsd:documentation>OLAP Level Groups</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
<xsd:annotation>
<xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="uniqueName" use="required" type="ST_Xstring">
<xsd:annotation>
<xsd:documentation>Unique Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="caption" use="required" type="ST_Xstring">
<xsd:annotation>
<xsd:documentation>Grouping Level Display Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="user" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>User-Defined Group Level</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="customRollUp" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Custom Roll Up</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|