http://www.pdfunit.com
simpleType certificationLevel_Type

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

Properties
This component is not nillable.

Model

('NOT_CERTIFIED' | 'NO_CHANGES_ALLOWED' | 'FORM_FILLING' | 'FORM_FILLING_AND_ANNOTATIONS')

Local Usage
isCertified_Type

Source
<xs:simpleType name="certificationLevel_Type">
<xs:restriction base="xs:string">
<xs:enumeration value="NOT_CERTIFIED"/>
<xs:enumeration value="NO_CHANGES_ALLOWED"/>
<xs:enumeration value="FORM_FILLING"/>
<xs:enumeration value="FORM_FILLING_AND_ANNOTATIONS"/>
</xs:restriction>
</xs:simpleType>


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