ani:yesno.att

Simple Type Information

Used By

Source

<xs:simpleType name="yesno.att">
  <xs:restriction base="xs:token">
    <xs:enumeration value="y"/>
    <xs:enumeration value="n"/>
  </xs:restriction>
</xs:simpleType>