QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
rep | restriction of xs:token | optional |
Elements | db:arg, db:group, db:methodparam |
<xs:attributeGroup name="rep.attribute"> <xs:attribute name="rep"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="norepeat"/> <xs:enumeration value="repeat"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |