elml:vAlignmentImp

Attribute Group Information

Attributes

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

Used By

Source

<xs:attributeGroup name="vAlignmentImp">
  <xs:attribute name="valign">
    <xs:annotation>
      <xs:documentation>The attribute valign allows to specify the vertical alignment of content within columns and tables.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="top"/>
        <xs:enumeration value="middle"/>
        <xs:enumeration value="bottom"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>