db:significance.attribute

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
significance restriction of xs:token optional

Used By

Element db:indexterm

Source

<xs:attributeGroup name="significance.attribute">
  <xs:attribute name="significance">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="normal"/>
        <xs:enumeration value="preferred"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>