<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>
|