Contains an enumeration indicating a type of subtotal to show for the PivotField. This element can appear multiple times specifying different subtotal types.
      
<Subtotal />
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| PLPivotField | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
None.
None.
      
<xsd:element name="Subtotal" minOccurs="0" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Sum" />
      <xsd:enumeration value="None" />
      <xsd:enumeration value="Default" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>