PLTotalType complexType

This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.

Type Information

Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Child Elements

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.

Attributes

None.

Definition

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


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp