Definition Type: Element
Name: Subtotal
Namespace: urn:schemas-microsoft-com:office:excel
Type: x:SubtotalType
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Default Default
Documentation:
Contains an enumeration indicating a type of subtotal to show for the PivotField. This element can appear multiple times specifying different subtotal types.
Collapse XSD Schema Diagram:
XSD Diagram of Subtotal in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Subtotal" type="SubtotalType" default="Default" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Contains an enumeration indicating a type of subtotal to show for the PivotField. This element can appear multiple times specifying different subtotal types.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: