elml:AlignmentImp

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of xs:string optional
The attribute align allows to specify the horizontal alignment of multimedia objects and content within columns and
tables.

Used By

Source

<xs:attributeGroup name="AlignmentImp">
  <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>
</xs:attributeGroup>