db:align.attribute

Attribute Group Information

Attributes

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

Used By

Source

<xs:attributeGroup name="align.attribute">
  <xs:attribute name="align">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="center"/>
        <xs:enumeration value="char"/>
        <xs:enumeration value="justify"/>
        <xs:enumeration value="left"/>
        <xs:enumeration value="right"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>