June 2002
Intermediate to advanced
396 pages
11h 8m
English
xs:boolean — Boolean (true or false).
xs:anySimpleType
xs:boolean
none
xs:pattern, xs:whiteSpace
<xs:simpleType name="boolean" id="boolean">
<xs:restriction base="xs:anySimpleType">
<xs:whiteSpace value="collapse" fixed="true"/>
</xs:restriction>
</xs:simpleType>The value space of xs:boolean is
“true” and
“false,” and its lexical space
accepts true, false, and also “1”
(for true) and “0” (for false).
This datatype cannot be localized—for instance, to accept “vrai” and “faux” instead of “true” and “false”.
<book id="b0836217462" available="true"/>