December 2003
Intermediate to advanced
506 pages
12h 26m
English
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>
xsd:anySimpleType
xsd:boolean
None
pattern
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 can’t be localized—for instance, it can’t accept the French vrai and faux instead of the English true and false.
<book id="b0836217462" available="true"/>
Read now
Unlock full access