http://maven.apache.org/FML/1.0.1
simpleType ImgAlign

Super Types
{http://www.w3.org/2001/XMLSchema}token
|
+--{http://maven.apache.org/FML/1.0.1}ImgAlign (restriction)

Documentation
      used for object, applet, img, input and iframe
      
Properties
This component is not nillable.

Model

('top' | 'middle' | 'bottom' | 'left' | 'right')

Source
<xs:simpleType name="ImgAlign">
<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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.