This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| Name | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
| Caption | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
| ParentField | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
| NumberFormat | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
| Operator | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
| Alignment | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
| CaptionAlignment | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
| Width | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
None.
      
<xsd:complexType name="PLTotalType" >
  <xsd:sequence>
    <xsd:element name="Name" type="xsd:string">
    </xsd:element>
    <xsd:element name="Caption" type="xsd:string" minOccurs="0">
    </xsd:element>
    <xsd:element name="ParentField" type="xsd:string">
    </xsd:element>
    <xsd:element name="NumberFormat" type="NumberFormatType" minOccurs="0">
    </xsd:element>
    <xsd:element name="Operator" default="Sum" minOccurs="0">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="Count" />
          <xsd:enumeration value="Max" />
          <xsd:enumeration value="Min" />
          <xsd:enumeration value="Sum" />
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Alignment" type="AlignmentType" minOccurs="0">
    </xsd:element>
    <xsd:element name="CaptionAlignment" default="Automatic" minOccurs="0">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="Center" />
          <xsd:enumeration value="Left" />
          <xsd:enumeration value="Right" />
          <xsd:enumeration value="Automatic" />
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Width" type="xsd:int" minOccurs="0">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>