Definition Type: Element
Name: Calculation
Namespace: urn:schemas-microsoft-com:office:excel
Type: x:CalculationPivotFieldType
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default Normal
Documentation:
Contains an enumeration indicating the type of calculation being done for the PivotField that is in the data area of the PivotTable report.
Collapse XSD Schema Diagram:
XSD Diagram of Calculation in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Calculation" type="CalculationPivotFieldType" default="Normal" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains an enumeration indicating the type of calculation being done for the PivotField that is in the data area of the PivotTable report.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: