Definition Type: ComplexType
Name: SelectionType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains the properties of structured selections in a PivotTable report.
Collapse XSD Schema Diagram:
Drilldown into NoToggleDataHeader in schema excel_xsd Drilldown into Pane in schema excel_xsd Drilldown into PTRule in schema excel_xsdXSD Diagram of SelectionType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="SelectionType">
    <xsd:annotation>
        <xsd:documentation>Contains the properties of structured selections in a PivotTable report.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="PTRule" type="PTRuleType">
            <xsd:annotation>
                <xsd:documentation>Contains the properties of structured selection rules within a PivotTable report, report format, or report formula.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Pane" type="PaneType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains the properties of a pane in a worksheet window, or specifies a pane containing the structured selection of a PivotTable report.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="NoToggleDataHeader" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether a combination of item labels and item data can be selected.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PTRule x:PTRule (1) (1)
Pane x:Pane 0 (1)
NoToggleDataHeader x:NoToggleDataHeader 0 (1)
Collapse Derivation Tree:
Collapse References:
x:Selection, x:Selection