QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
choice | restriction of xs:token | optional |
Elements | db:arg, db:group, db:methodparam, db:paramdef |
Complex Types | db:group.methodparam, db:group.paramdef |
<xs:attributeGroup name="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> </xs:attributeGroup> |