One of the values "yes" or "no". |
<xs:simpleType name="yes-or-no"> <xs:annotation> <xs:documentation>One of the values "yes" or "no".</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="yes"/> <xs:enumeration value="no"/> </xs:restriction> </xs:simpleType> |