<xsd:complexType name="CT_PivotSelection">
<xsd:sequence>
<xsd:element name="pivotArea" type="CT_PivotArea">
<xsd:annotation>
<xsd:documentation>Pivot Area</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="pane" type="ST_Pane" use="optional" default="topLeft">
<xsd:annotation>
<xsd:documentation>Pane</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showHeader" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Show Header</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="label" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Label</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="data" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Data Selection</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="extendable" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Extendable</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="count" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Selection Count</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="axis" type="ST_Axis" use="optional">
<xsd:annotation>
<xsd:documentation>Axis</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dimension" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Dimension</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="start" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Start</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="min" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Minimum</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="max" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Maximum</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="activeRow" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Active Row</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="activeCol" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Active Column</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="previousRow" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Previous Row</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="previousCol" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Previous Column Selection</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="click" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Click Count</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="r:id" use="optional">
<xsd:annotation>
<xsd:documentation>Relationship Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|