namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="JobType"> <xs:annotation> <xs:documentation>Processing method to be used for the job. The following methods are available: - Regular : Convential processing - Proof : Normalized (devicelink) printing (recommended) - Silkscreen : Silkscreen separated output - 1BitPlates : Proofing of 1-bit seperated input jobs - DirectInk : Bypasses all colormanagement</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Regular"/> <xs:enumeration value="Proof"/> <xs:enumeration value="Silkscreen"/> <xs:enumeration value="1BitPlates"/> <xs:enumeration value="DirectInk"/> </xs:restriction> </xs:simpleType> |