t.boolean

Simple Type Information

Used By

Source

<xs:simpleType name="t.boolean">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NO"/>
    <xs:enumeration value="YES"/>
  </xs:restriction>
</xs:simpleType>