<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="FinishingsWKV">
<xs:restriction base="xs:NMTOKEN">
<xs:maxLength value="255" />
<xs:enumeration value="Bale" />
<xs:enumeration value="Bind" />
<xs:enumeration value="BindBottom" />
<xs:enumeration value="BindLeft" />
<xs:enumeration value="BindRight" />
<xs:enumeration value="BindTop" />
<xs:enumeration value="BookletMaker" />
<xs:enumeration value="Cover" />
<xs:enumeration value="EdgeStitch" />
<xs:enumeration value="EdgeStitchBottom" />
<xs:enumeration value="EdgeStitchLeft" />
<xs:enumeration value="EdgeStichRight" />
<xs:enumeration value="EdgeStitchTop" />
<xs:enumeration value="Fold" />
<xs:enumeration value="JogOffset" />
<xs:enumeration value="None" />
<xs:enumeration value="Punch" />
<xs:enumeration value="SaddleStitch" />
<xs:enumeration value="Staple" />
<xs:enumeration value="StapleBottomLeft" />
<xs:enumeration value="StapleBottomRight" />
<xs:enumeration value="StapleDualBottom" />
<xs:enumeration value="StapleDualLeft" />
<xs:enumeration value="StapleDualRight" />
<xs:enumeration value="StapleDualTop" />
<xs:enumeration value="StapleTopLeft" />
<xs:enumeration value="StapleTopRight" />
<xs:enumeration value="Trim" />
<xs:enumeration value="TrimAfterCopies" />
<xs:enumeration value="TrimAfterDocuments" />
<xs:enumeration value="TrimAfterJob" />
<xs:enumeration value="TrimAfterPages" />
</xs:restriction>
</xs:simpleType>
|