RELAX NG by Eric van der Vlist will be published by O'Reilly & Associates (ISBN: 0596004214)
You are welcome to use our annotation system to give your feedback.
xsd:boolean — Boolean (true or false).
xsd:anySimpleType
xsd:boolean
none
pattern.
<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 datatype cannot be localized—for instance, to accept the French "vrai" and "faux" instead of the English "true" and "false".
<book id="b0836217462" available="true"/> |
You are welcome to use our annotation system to give your feedback.
[Annotations for this page]
All text is copyright Eric van der Vlist, Dyomedea. During development, I give permission for non-commercial copying for educational and review purposes. After publication, all text will be released under the Free Software Foundation GFDL.