simpleType JobType
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:string
properties
base xs:string
used by
element Job/JobType
facets
Kind Value Annotation
enumeration Regular
enumeration Proof
enumeration Silkscreen
enumeration 1BitPlates
enumeration DirectInk
annotation
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
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy