db:spacing.attribute

Attribute Group Information

Attributes

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

Used By

Source

<xs:attributeGroup name="spacing.attribute">
  <xs:attribute name="spacing">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="compact"/>
        <xs:enumeration value="normal"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>