NumberFormatType simpleType

Specifies the number format to apply to data field items and totals.

Type Information

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

Definition

      
<xsd:simpleType name="NumberFormatType" >
  <xsd:union>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="General Date" />
        <xsd:enumeration value="Short Date" />
        <xsd:enumeration value="Medium Date" />
        <xsd:enumeration value="Long Date" />
        <xsd:enumeration value="Short Time" />
        <xsd:enumeration value="Medium Time" />
        <xsd:enumeration value="Long Time Currency" />
        <xsd:enumeration value="Fixed" />
        <xsd:enumeration value="General" />
        <xsd:enumeration value="General Number" />
        <xsd:enumeration value="Percent" />
        <xsd:enumeration value="Scientific" />
        <xsd:enumeration value="Standard (#,##0.00)" />
        <xsd:enumeration value="On/Off" />
        <xsd:enumeration value="True/False" />
        <xsd:enumeration value="Yes/No" />
        <xsd:enumeration value="General" />
      </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string" />
    </xsd:simpleType>
  </xsd:union>
</xsd:simpleType>


    
©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