Definition Type: SimpleType
Name: CalculationPivotFieldType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Contains an enumeration indicating the type of calculation being done for the PivotField which is in the data area of the PivotTable report.
Collapse XSD Schema Diagram:
XSD Diagram of CalculationPivotFieldType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="CalculationPivotFieldType">
    <xsd:annotation>
        <xsd:documentation>Contains an enumeration indicating the type of calculation being done for the PivotField which is in the data area of the PivotTable report.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="DifferenceFrom" />
        <xsd:enumeration value="Index" />
        <xsd:enumeration value="Normal" />
        <xsd:enumeration value="PercentDifferenceFrom" />
        <xsd:enumeration value="PercentOf" />
        <xsd:enumeration value="PercentOfColumn" />
        <xsd:enumeration value="PercentOfRow" />
        <xsd:enumeration value="PercentOfTotal" />
        <xsd:enumeration value="RunningTotalIn" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration DifferenceFrom
Enumeration Index
Enumeration Normal
Enumeration PercentDifferenceFrom
Enumeration PercentOf
Enumeration PercentOfColumn
Enumeration PercentOfRow
Enumeration PercentOfTotal
Enumeration RunningTotalIn
Collapse Derivation Tree:
Collapse References:
x:Calculation