align

The attribute align allows to specify the horizontal alignment of multimedia objects and content within columns and
tables.

Attribute Information

Used By

Attribute Group elml:AlignmentImp

Source

<xs:attribute name="align">
  <xs:annotation>
    <xs:documentation>The attribute align allows to specify the horizontal alignment of multimedia objects and content within columns and tables.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="left"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="right"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample