2.2.8.2.11 TRUEFALSE

The TRUEFALSE type is used to specify a Boolean value.

   <xs:simpleType name="TRUEFALSE">
     <xs:restriction base="xs:string">
       <xs:pattern value="[Tt][Rr][Uu][Ee]|[Ff][Aa][Ll][Ss][Ee]"/>
     </xs:restriction>
   </xs:simpleType>