simpleType InputType
namespace http://www.w3.org/1999/xhtml
type restriction of xs:token
used by
attribute input/@type
facets
Kind Value annotation 
enumeration text 
enumeration password 
enumeration checkbox 
enumeration radio 
enumeration submit 
enumeration reset 
enumeration file 
enumeration hidden 
enumeration image 
enumeration 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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy