Definition Type Simple Type
Name formItemOptionsType
Facets  
Enumerations hidden , text , password , textarea , checkbox , select , submit
XSD Schema http://wapl.wapple.net/wapl.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:simpleType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="formItemOptionsType" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="hidden"/>
    <xsd:enumeration value="text"/>
    <xsd:enumeration value="password"/>
    <xsd:enumeration value="textarea"/>
    <xsd:enumeration value="checkbox"/>
    <xsd:enumeration value="select"/>
    <xsd:enumeration value="submit"/>
  </xsd:restriction>

</xsd:simpleType>
Derivation Tree
[No Sub Types]
formItemOptionsType
    item_type
    item_type
References
item_type , item_type
Generated using Liquid XML Studio 6.1.18.0 by Liquid Technologies Ltd