<xsd:complexType name="CT_CalculatedItem">
<xsd:sequence>
<xsd:element name="pivotArea" type="CT_PivotArea">
<xsd:annotation>
<xsd:documentation>Calculated Item 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="field" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Field Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="formula" type="ST_Xstring">
<xsd:annotation>
<xsd:documentation>Calculated Item Formula</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|