<xsd:complexType name="GroupMemberType">
<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:sequence>
<xsd:element name="Name" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the name of a group member. If the group member with which this element is associated is itself the parent of another group, then this element is used to identify the group member.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="UniqueName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies a unique name for a group member. If the group member with which this element is associated is not the parent of another group, then this element is used to identify the group member instead of the Name element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|