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

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

Properties
This component is not nillable.

Model

('text' | 'password' | 'checkbox' | 'radio' | 'submit' | 'reset' | 'file' | 'hidden' | 'image' | 'button')

Source
<xs:simpleType name="InputType">
<xs:restriction base="xs:token">
<xs:enumeration value="text"/>
<xs:enumeration value="password"/>
<xs:enumeration value="checkbox"/>
<xs:enumeration value="radio"/>
<xs:enumeration value="submit"/>
<xs:enumeration value="reset"/>
<xs:enumeration value="file"/>
<xs:enumeration value="hidden"/>
<xs:enumeration value="image"/>
<xs:enumeration value="button"/>
</xs:restriction>
</xs:simpleType>


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