ImgAlign

used for object, applet, img, input and iframe

Simple Type Information

Used By

Source

<xs:simpleType name="ImgAlign">
  <xs:annotation>
    <xs:documentation>used for object, applet, img, input and iframe</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="top"/>
    <xs:enumeration value="middle"/>
    <xs:enumeration value="bottom"/>
    <xs:enumeration value="left"/>
    <xs:enumeration value="right"/>
  </xs:restriction>
</xs:simpleType>