by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
xsd:boolean — Boolean (true or false)
<xsd:simpleType name="boolean" id="boolean"> <xsd:restriction base="xsd:anySimpleType"> <xsd:whiteSpace value="collapse" fixed="true"/> </xsd:restriction> </xsd:simpleType> |
The value space of xsd:boolean is true and false. Its lexical space accepts true, false, and also 1 (for true) and 0 (for false).
This text is released under the Free Software Foundation GFDL.