simpleType TrueFalseType

simpleType {urn:schemas-microsoft-com:office:spreadsheet}TrueFalseType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {urn:schemas-microsoft-com:office:spreadsheet}TrueFalseType
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:simpleType name="TrueFalseType">
    <
xsd:annotation>
        <
xsd:documentation>Defines a data type restricted to two values: true or false.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:string">
        <
xsd:enumeration value="0"/>
        <
xsd:enumeration value="1"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

Defines a data type restricted to two values: true or false.


simpleType TrueFalseType


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.