http://www.pdfunit.com
simpleType yesNo_Type

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

Properties
This component is not nillable.

Model

('YES' | 'NO')

Local Usage
hasField_Type, hasPermission_Type

Source
<xs:simpleType name="yesNo_Type">
<xs:restriction base="xs:string">
<xs:enumeration value="YES"/>
<xs:enumeration value="NO"/>
</xs:restriction>
</xs:simpleType>


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