a.align

Attribute Group Information

Attributes

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

Source

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