columnalign

Attribute Information

Used By

Attribute Group Table-alignment.attrib

Source

<xs:attribute name="columnalign" default="center">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="(left|center|right)( left| center| right)*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample