valign-image

The valign-image type is used to indicate vertical alignment for images and graphics, so it does not include a baseline value. Defaults are implementation-dependent.

Simple Type Information

Used By

Source

<xs:simpleType name="valign-image">
  <xs:annotation>
    <xs:documentation>The valign-image type is used to indicate vertical alignment for images and graphics, so it does not include a baseline value. Defaults are implementation-dependent.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="top"/>
    <xs:enumeration value="middle"/>
    <xs:enumeration value="bottom"/>
  </xs:restriction>
</xs:simpleType>