Definition Type: Element
Name: FilterMember
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Contains information about OLAP cube members that are selected when an OLAP hierarchy is shown in the page area of the PivotTable view.
Collapse XSD Schema Diagram:
Drilldown into Caption in schema excel_xsd Drilldown into Level in schema excel_xsd Drilldown into UniqueName in schema excel_xsdXSD Diagram of FilterMember in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UniqueName x:UniqueName 0 (1)
Level x:Level 0 (1)
Caption x:Caption 0 (1)