group InputProfilesGroup
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p82.png
namespace https://printfactory.cloud/schema/2.0
children pf:UseEmbeddedProfiles pf:PureHue pf:CIELabImageIntent pf:CIELabVectorIntent pf:CMYKImageSpec pf:CMYKImageIntent pf:CMYKVectorSpec pf:CMYKVectorIntent pf:GrayImageSpec pf:GrayImageIntent pf:GrayVectorSpec pf:GrayVectorIntent pf:RGBImageSpec pf:RGBImageIntent pf:RGBVectorSpec pf:RGBVectorIntent
used by
element Job
annotation
documentation
Input ICC profile assignment
source <xs:group name="InputProfilesGroup">
 
<xs:annotation>
   
<xs:documentation>Input ICC profile assignment</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="UseEmbeddedProfiles" default="ProfileIntent" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>If applying ICC profile replacement this defines what to do with the existing embedded profiles and rendering intents in the document:
- EmbeddedOff : Remove all embedded profiles and rendering intents prior to assigning ICC profiles
- ProfileOnly : Remove all embedded profiles but retain the rendering intents
- ProfileIntent : Retain all profiles and rendering intents and thus only apply on elements without embedded profiles
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="EmbeddedOff"/>
         
<xs:enumeration value="ProfileOnly"/>
         
<xs:enumeration value="ProfileIntent"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="PureHue" type="xs:boolean" default="false" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>While embedding profiles skip all elements that represent single channels so the colors are untouched.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CIELabImageIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>
   
<xs:element name="CIELabVectorIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>
   
<xs:element name="CMYKImageSpec" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Path to the ICC profile to add to unassigned CMYK images.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CMYKImageIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>
   
<xs:element name="CMYKVectorSpec" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Path to the ICC profile to add to unassigned CMYK vector elements.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CMYKVectorIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>
   
<xs:element name="GrayImageSpec" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Path to the ICC profile to add to unassigned gray images.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GrayImageIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>
   
<xs:element name="GrayVectorSpec" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Path to the ICC profile to add to unassigned gray vector elements.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GrayVectorIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>
   
<xs:element name="RGBImageSpec" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Path to the ICC profile to add to unassigned RGB images.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RGBImageIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>
   
<xs:element name="RGBVectorSpec" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Path to the ICC profile to add to unassigned RGB vector elements.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RGBVectorIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>
 
</xs:choice>
</xs:group>

element InputProfilesGroup/UseEmbeddedProfiles
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p83.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
default ProfileIntent
facets
Kind Value Annotation
enumeration EmbeddedOff
enumeration ProfileOnly
enumeration ProfileIntent
annotation
documentation
If applying ICC profile replacement this defines what to do with the existing embedded profiles and rendering intents in the document:
- EmbeddedOff : Remove all embedded profiles and rendering intents prior to assigning ICC profiles
- ProfileOnly : Remove all embedded profiles but retain the rendering intents
- ProfileIntent : Retain all profiles and rendering intents and thus only apply on elements without embedded profiles
source <xs:element name="UseEmbeddedProfiles" default="ProfileIntent" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>If applying ICC profile replacement this defines what to do with the existing embedded profiles and rendering intents in the document:
- EmbeddedOff : Remove all embedded profiles and rendering intents prior to assigning ICC profiles
- ProfileOnly : Remove all embedded profiles but retain the rendering intents
- ProfileIntent : Retain all profiles and rendering intents and thus only apply on elements without embedded profiles
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="EmbeddedOff"/>
     
<xs:enumeration value="ProfileOnly"/>
     
<xs:enumeration value="ProfileIntent"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element InputProfilesGroup/PureHue
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p84.png
namespace https://printfactory.cloud/schema/2.0
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
annotation
documentation
While embedding profiles skip all elements that represent single channels so the colors are untouched.
source <xs:element name="PureHue" type="xs:boolean" default="false" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>While embedding profiles skip all elements that represent single channels so the colors are untouched.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InputProfilesGroup/CIELabImageIntent
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p85.png
namespace https://printfactory.cloud/schema/2.0
type pf:RenderingIntent
properties
minOcc 0
maxOcc 1
content simple
default Colorimetric
facets
Kind Value Annotation
enumeration Perceptual
enumeration Colorimetric
enumeration Saturation
enumeration Absolute
source <xs:element name="CIELabImageIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>

element InputProfilesGroup/CIELabVectorIntent
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p86.png
namespace https://printfactory.cloud/schema/2.0
type pf:RenderingIntent
properties
minOcc 0
maxOcc 1
content simple
default Colorimetric
facets
Kind Value Annotation
enumeration Perceptual
enumeration Colorimetric
enumeration Saturation
enumeration Absolute
source <xs:element name="CIELabVectorIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>

element InputProfilesGroup/CMYKImageSpec
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p87.png
namespace https://printfactory.cloud/schema/2.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Path to the ICC profile to add to unassigned CMYK images.
source <xs:element name="CMYKImageSpec" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Path to the ICC profile to add to unassigned CMYK images.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InputProfilesGroup/CMYKImageIntent
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p88.png
namespace https://printfactory.cloud/schema/2.0
type pf:RenderingIntent
properties
minOcc 0
maxOcc 1
content simple
default Colorimetric
facets
Kind Value Annotation
enumeration Perceptual
enumeration Colorimetric
enumeration Saturation
enumeration Absolute
source <xs:element name="CMYKImageIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>

element InputProfilesGroup/CMYKVectorSpec
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p89.png
namespace https://printfactory.cloud/schema/2.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Path to the ICC profile to add to unassigned CMYK vector elements.
source <xs:element name="CMYKVectorSpec" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Path to the ICC profile to add to unassigned CMYK vector elements.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InputProfilesGroup/CMYKVectorIntent
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p90.png
namespace https://printfactory.cloud/schema/2.0
type pf:RenderingIntent
properties
minOcc 0
maxOcc 1
content simple
default Colorimetric
facets
Kind Value Annotation
enumeration Perceptual
enumeration Colorimetric
enumeration Saturation
enumeration Absolute
source <xs:element name="CMYKVectorIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>

element InputProfilesGroup/GrayImageSpec
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p91.png
namespace https://printfactory.cloud/schema/2.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Path to the ICC profile to add to unassigned gray images.
source <xs:element name="GrayImageSpec" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Path to the ICC profile to add to unassigned gray images.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InputProfilesGroup/GrayImageIntent
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p92.png
namespace https://printfactory.cloud/schema/2.0
type pf:RenderingIntent
properties
minOcc 0
maxOcc 1
content simple
default Colorimetric
facets
Kind Value Annotation
enumeration Perceptual
enumeration Colorimetric
enumeration Saturation
enumeration Absolute
source <xs:element name="GrayImageIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>

element InputProfilesGroup/GrayVectorSpec
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p93.png
namespace https://printfactory.cloud/schema/2.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Path to the ICC profile to add to unassigned gray vector elements.
source <xs:element name="GrayVectorSpec" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Path to the ICC profile to add to unassigned gray vector elements.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InputProfilesGroup/GrayVectorIntent
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p94.png
namespace https://printfactory.cloud/schema/2.0
type pf:RenderingIntent
properties
minOcc 0
maxOcc 1
content simple
default Colorimetric
facets
Kind Value Annotation
enumeration Perceptual
enumeration Colorimetric
enumeration Saturation
enumeration Absolute
source <xs:element name="GrayVectorIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>

element InputProfilesGroup/RGBImageSpec
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p95.png
namespace https://printfactory.cloud/schema/2.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Path to the ICC profile to add to unassigned RGB images.
source <xs:element name="RGBImageSpec" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Path to the ICC profile to add to unassigned RGB images.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InputProfilesGroup/RGBImageIntent
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p96.png
namespace https://printfactory.cloud/schema/2.0
type pf:RenderingIntent
properties
minOcc 0
maxOcc 1
content simple
default Colorimetric
facets
Kind Value Annotation
enumeration Perceptual
enumeration Colorimetric
enumeration Saturation
enumeration Absolute
source <xs:element name="RGBImageIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>

element InputProfilesGroup/RGBVectorSpec
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p97.png
namespace https://printfactory.cloud/schema/2.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Path to the ICC profile to add to unassigned RGB vector elements.
source <xs:element name="RGBVectorSpec" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Path to the ICC profile to add to unassigned RGB vector elements.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InputProfilesGroup/RGBVectorIntent
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p98.png
namespace https://printfactory.cloud/schema/2.0
type pf:RenderingIntent
properties
minOcc 0
maxOcc 1
content simple
default Colorimetric
facets
Kind Value Annotation
enumeration Perceptual
enumeration Colorimetric
enumeration Saturation
enumeration Absolute
source <xs:element name="RGBVectorIntent" type="pf:RenderingIntent" default="Colorimetric" minOccurs="0"/>


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