complexType NumberFormatType

complexType {urn:schemas-microsoft-com:office:spreadsheet}NumberFormatType

Abstractfalse (This can be used in an instance)
Target Namespaceurn:schemas-microsoft-com:office:spreadsheet
Declared Namespacesxmlns:o=urn:schemas-microsoft-com:office:office
xmlns:x2=http://schemas.microsoft.com/office/excel/2003/xml
xmlns:html=http://www.w3.org/TR/REC-html40
xmlns:c=urn:schemas-microsoft-com:office:component:spreadsheet
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:x=urn:schemas-microsoft-com:office:excel
xmlns=urn:schemas-microsoft-com:office:spreadsheet


Source

<xsd:complexType name="NumberFormatType">
    <
xsd:annotation>
        <
xsd:documentation>Specifies the number format that should be in cells. The default value is General. All other number formats require a custom format code.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:attribute form="qualified" name="Format" use="optional" default="General">
        <
xsd:annotation>
            <
xsd:documentation>Specifies a number format code in the Excel number format syntax.</xsd:documentation>
        </
xsd:annotation>
        <
xsd:simpleType>
            <
xsd:union memberTypes="xsd:string">
                <
xsd:simpleType>
                    <
xsd:restriction base="xsd:string">
                        <
xsd:enumeration value="General"/>
                        <
xsd:enumeration value="General Number"/>
                        <
xsd:enumeration value="General Date"/>
                        <
xsd:enumeration value="Long Date"/>
                        <
xsd:enumeration value="Medium Date"/>
                        <
xsd:enumeration value="Short Date"/>
                        <
xsd:enumeration value="Long Time"/>
                        <
xsd:enumeration value="Medium Time"/>
                        <
xsd:enumeration value="Short Time"/>
                        <
xsd:enumeration value="Currency"/>
                        <
xsd:enumeration value="Euro Currency"/>
                        <
xsd:enumeration value="Fixed"/>
                        <
xsd:enumeration value="Standard"/>
                        <
xsd:enumeration value="Percent"/>
                        <
xsd:enumeration value="Scientific"/>
                        <
xsd:enumeration value="Yes/No"/>
                        <
xsd:enumeration value="True/False"/>
                        <
xsd:enumeration value="On/Off"/>
                    </
xsd:restriction>
                </
xsd:simpleType>
            </
xsd:union>
        </
xsd:simpleType>
    </
xsd:attribute>
</
xsd:complexType>


Documentation

Specifies the number format that should be in cells. The default value is General. All other number formats require a custom format code.


complexType NumberFormatType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.