Boolean.datatype

Boolean: true or false only

Simple Type Information

Source

<xsd:simpleType name="Boolean.datatype">
  <xsd:annotation>
    <xsd:documentation>Boolean: true or false only</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:NMTOKENS">
    <xsd:enumeration value="true"/>
    <xsd:enumeration value="false"/>
  </xsd:restriction>
</xsd:simpleType>