http://www.pdfunit.com
simpleType unit_Type

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

Properties
This component is not nillable.

Model

('CENTIMETER' | 'DPI72' | 'INCH' | 'MILLIMETER' | 'POINTS')

Local Usage
clippingAreaAttributeGroup, hasField_Type, hasFormat_Type, positionUpperLeftXY

Source
<xs:simpleType name="unit_Type">
<xs:restriction base="xs:string">
<xs:enumeration value="CENTIMETER"/>
<xs:enumeration value="DPI72"/>
<xs:enumeration value="INCH"/>
<xs:enumeration value="MILLIMETER"/>
<xs:enumeration value="POINTS"/>
</xs:restriction>
</xs:simpleType>


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