simpleType truefalseType

simpleType {http://schemas.microsoft.com/office/excel/2003/xml}truefalseType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://schemas.microsoft.com/office/excel/2003/xml}truefalseType
Target Namespacehttp://schemas.microsoft.com/office/excel/2003/xml
Declared Namespacesxmlns:udc=http://schemas.microsoft.com/data/udc
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:x=urn:schemas-microsoft-com:office:excel
xmlns:ss=urn:schemas-microsoft-com:office:spreadsheet
xmlns=http://schemas.microsoft.com/office/excel/2003/xml


Source

<xsd:simpleType name="truefalseType">
    <
xsd:annotation>
        <
xsd:documentation>Defines a data type with the values of true and false.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:string">
        <
xsd:enumeration value="true"/>
        <
xsd:enumeration value="false"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

Defines a data type with the values of true and 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.