db:inheritnum.attribute

Attribute Group Information

Attributes

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

Used By

Element db:orderedlist

Source

<xs:attributeGroup name="inheritnum.attribute">
  <xs:attribute name="inheritnum">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ignore"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>