db:numeration.attribute

Attribute Group Information

Attributes

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

Used By

Element db:orderedlist

Source

<xs:attributeGroup name="numeration.attribute">
  <xs:attribute name="numeration">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="arabic"/>
        <xs:enumeration value="upperalpha"/>
        <xs:enumeration value="loweralpha"/>
        <xs:enumeration value="upperroman"/>
        <xs:enumeration value="lowerroman"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>