ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

boolean

Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-2/#boolean
Facets pattern | whiteSpace |
Properties bounded : false | cardinality : finite | numeric : false | ordered : false |

Schema

<xs:simpleType name="boolean" id="boolean">
     <xs:restriction base="xs:anySimpleType">
          <xs:whiteSpace value="collapse" fixed="true" id="boolean.whiteSpace"/>
     </xs:restriction>
</xs:simpleType>