<xsd:complexType name="CT_Format">
<xsd:sequence>
<xsd:element name="pivotArea" type="CT_PivotArea">
<xsd:annotation>
<xsd:documentation>Pivot Table Location</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="action" type="ST_FormatAction" default="formatting">
<xsd:annotation>
<xsd:documentation>Format Action</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dxfId" type="ST_DxfId" use="optional">
<xsd:annotation>
<xsd:documentation>Format Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|