yesorno

Simple Type Information

Source

<xs:simpleType name="yesorno">
  <xs:restriction base="xs:string">
    <xs:enumeration value="0"/>
    <xs:enumeration value="1"/>
  </xs:restriction>
</xs:simpleType>