http://www.pdfunit.com
simpleType fieldType_Type

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.pdfunit.com}fieldType_Type (restriction)

Properties
This component is not nillable.

Model

('CHECKBOX' | 'CHOICE' | 'COMBO' | 'LIST' | 'PUSHBUTTON' | 'RADIOBUTTON' | 'SIGNATURE' | 'TEXT')

Local Usage
hasField_Type

Source
<xs:simpleType name="fieldType_Type">
<xs:restriction base="xs:string">
<xs:enumeration value="CHECKBOX"/>
<xs:enumeration value="CHOICE"/>
<xs:enumeration value="COMBO"/>
<xs:enumeration value="LIST"/>
<xs:enumeration value="PUSHBUTTON"/>
<xs:enumeration value="RADIOBUTTON"/>
<xs:enumeration value="SIGNATURE"/>
<xs:enumeration value="TEXT"/>
</xs:restriction>
</xs:simpleType>


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