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