BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.w3.org/1999/xhtml-netuix-modified/1.0.0
simpleType InputType

Super Types
{http://www.w3.org/2001/XMLSchema}token
|
+--{http://www.w3.org/1999/xhtml-netuix-modified/1.0.0}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>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation