QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
scope | restriction of xs:token | optional |
Element | db:indexterm |
<xs:attributeGroup name="scope.attribute"> <xs:attribute name="scope"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="all"/> <xs:enumeration value="global"/> <xs:enumeration value="local"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |