list.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
id xs:ID optional
order restriction of xs:string optional
style xs:string optional
xlink:href anyURI optional
xref xs:IDREF optional

Used By

Complex Type list.type

Source

<xs:attributeGroup name="list.attlist">
  <xs:attribute name="order">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="lexicographic"/>
        <xs:enumeration value="numeric"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>