<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>
|