<xsd:element name="FilterMember" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains information about OLAP cube members that are selected when an OLAP hierarchy is shown in the page area of the PivotTable view.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="UniqueName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies a unique name for a OLAP cube member.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Level" type="xsd:integer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains the zero-based level index on which an OLAP cube member resides.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Caption" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies a caption for the OLAP cube member.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|