TAlign

horizontal placement of table relative to document

Simple Type Information

Used By

Attribute table/@align

Source

<xs:simpleType name="TAlign">
  <xs:annotation>
    <xs:documentation>horizontal placement of table relative to document</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="left"/>
    <xs:enumeration value="center"/>
    <xs:enumeration value="right"/>
  </xs:restriction>
</xs:simpleType>