Attribute Group | db:choice.attribute |
<xs:attribute name="choice"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="opt"/> <xs:enumeration value="plain"/> <xs:enumeration value="req"/> </xs:restriction> </xs:simpleType> </xs:attribute> |