db:verbatim.linenumbering.attribute

Attribute Group Information

Attributes

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

Used By

Source

<xs:attributeGroup name="verbatim.linenumbering.attribute">
  <xs:attribute name="linenumbering">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="numbered"/>
        <xs:enumeration value="unnumbered"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>