ani:sequence-number.attlist

Attribute Group Information

Attributes

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

Used By

Source

<xs:attributeGroup name="sequence-number.attlist">
  <xs:attribute name="type" default="referenced">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="submitted"/>
        <xs:enumeration value="referenced"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>