http://www.pdfunit.com
simpleType whitespaces_Type

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

Properties
This component is not nillable.

Model

('IGNORE' | 'NORMALIZE' | 'KEEP')

Local Usage
filename_Type, textWithWhitespacesAttribute_Type

Source
<xs:simpleType name="whitespaces_Type">
<xs:restriction base="xs:string">
<xs:enumeration value="IGNORE"/>
<xs:enumeration value="NORMALIZE"/>
<xs:enumeration value="KEEP"/>
</xs:restriction>
</xs:simpleType>


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