<xsd:complexType name="CT_PivotArea">
<xsd:sequence>
<xsd:element name="references" minOccurs="0" type="CT_PivotAreaReferences">
<xsd:annotation>
<xsd:documentation>References</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
<xsd:annotation>
<xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="field" use="optional" type="xsd:int">
<xsd:annotation>
<xsd:documentation>Field Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="type" type="ST_PivotAreaType" default="normal">
<xsd:annotation>
<xsd:documentation>Rule Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dataOnly" type="xsd:boolean" default="true">
<xsd:annotation>
<xsd:documentation>Data Only</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="labelOnly" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Labels Only</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="grandRow" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Include Row Grand Total</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="grandCol" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Include Column Grand Total</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cacheIndex" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Cache Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="outline" type="xsd:boolean" default="true">
<xsd:annotation>
<xsd:documentation>Outline</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="offset" type="ST_Ref">
<xsd:annotation>
<xsd:documentation>Offset Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="collapsedLevelsAreSubtotals" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Collapsed Levels Are Subtotals</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="fieldPosition" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Field Position</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|