FieldType element

Specifies the cell data type formatting for a column.

Usage

      
<FieldType />

    

Element Information

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

Elements and Attributes

Parent Elements

Element Description
FormatSettings Contains format settings for the columns of imported text.

Child Elements

None.

Attributes

None.

Definition

      
<xsd:element name="FieldType" default="AutoFormat" minOccurs="0" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="AutoFormat" />
      <xsd:enumeration value="Text" />
      <xsd:enumeration value="MDY" />
      <xsd:enumeration value="DMY" />
      <xsd:enumeration value="YMD" />
      <xsd:enumeration value="MYD" />
      <xsd:enumeration value="DYM" />
      <xsd:enumeration value="YDM" />
      <xsd:enumeration value="Skip" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>


    
©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