complexType Ink
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p235.png
namespace https://printfactory.cloud/schema/2.0
children pf:DotWeight
used by
element Job/InkSet/Ink
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:string  required      
documentation
Name of the ink.
CIELab_L  derived by: xs:unsignedByte  required      
documentation
CIELab L component of preview color of the ink
CIELab_a  derived by: xs:byte  required      
documentation
CIELab a component of preview color of the ink
CIELab_b  derived by: xs:byte  required      
documentation
CIELab b component of preview color of the ink
Type  derived by: xs:string  required      
documentation
Type of ink; Process is used for colormanagement, Spot is linearized, Special is for white, varnish, etc. Duplicate for duplicates of other inks (dual head)
ScreenType  pf:Screening  required      
documentation
Screening type used to halftone or bit-depth for contone
DotMax  derived by: xs:decimal        
documentation
Maximum dot amount for ED, FM and organic
Noise  derived by: xs:decimal        
documentation
Noise amplification factor for ED, FM and organic
BlackSize  xs:positiveInteger        
documentation
Size in pixels of the black dots of Organic screening
WhiteSize  xs:positiveInteger        
documentation
Size in pixels of the white dots of Organic screening
Shape  derived by: xs:string        
documentation
Shape for AM screening
Angle  derived by: xs:decimal        
documentation
Angle for AM screening
Frequency  derived by: xs:decimal        
documentation
Line frequency for AM screening
pl  xs:double  optional      
documentation
Dot size experessed in picoliters in case the ScreenType is contone. Then this is the value of the maximum value of the contone (255 or 65535)
annotation
documentation
Ink definition as present at the device
source <xs:complexType name="Ink">
 
<xs:annotation>
   
<xs:documentation>Ink definition as present at the device</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="DotWeight" minOccurs="0" maxOccurs="16">
     
<xs:annotation>
       
<xs:documentation>Relative dotweight of the dots in order from small to large</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:decimal">
           
<xs:attribute name="pl" type="xs:double" use="optional">
             
<xs:annotation>
               
<xs:documentation>Dot size experessed in picoliters</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="Name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Name of the ink.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="CIELab_L" use="required">
   
<xs:annotation>
     
<xs:documentation>CIELab L component of preview color of the ink</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedByte">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="100"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="CIELab_a" use="required">
   
<xs:annotation>
     
<xs:documentation>CIELab a component of preview color of the ink</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:byte">
       
<xs:minInclusive value="-128"/>
       
<xs:maxInclusive value="127"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="CIELab_b" use="required">
   
<xs:annotation>
     
<xs:documentation>CIELab b component of preview color of the ink</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:byte">
       
<xs:minInclusive value="-128"/>
       
<xs:maxInclusive value="127"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="Type" use="required">
   
<xs:annotation>
     
<xs:documentation>Type of ink; Process is used for colormanagement, Spot is linearized, Special is for white, varnish, etc. Duplicate for duplicates of other inks (dual head)</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="Process"/>
       
<xs:enumeration value="Spot"/>
       
<xs:enumeration value="Special"/>
       
<xs:enumeration value="Duplicate"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="ScreenType" type="pf:Screening" use="required">
   
<xs:annotation>
     
<xs:documentation>Screening type used to halftone or bit-depth for contone</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="DotMax">
   
<xs:annotation>
     
<xs:documentation>Maximum dot amount for ED, FM and organic</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:decimal">
       
<xs:minExclusive value="0"/>
       
<xs:maxInclusive value="1"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="Noise">
   
<xs:annotation>
     
<xs:documentation>Noise amplification factor for ED, FM and organic</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:decimal">
       
<xs:minInclusive value="1"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="BlackSize" type="xs:positiveInteger">
   
<xs:annotation>
     
<xs:documentation>Size in pixels of the black dots of Organic screening</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="WhiteSize" type="xs:positiveInteger">
   
<xs:annotation>
     
<xs:documentation>Size in pixels of the white dots of Organic screening</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Shape">
   
<xs:annotation>
     
<xs:documentation>Shape for AM screening</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="Round"/>
       
<xs:enumeration value="Ellipse"/>
       
<xs:enumeration value="Diamond"/>
       
<xs:enumeration value="Square"/>
       
<xs:enumeration value="SimpleRound"/>
       
<xs:enumeration value="EllipseA"/>
       
<xs:enumeration value="EllipseB"/>
       
<xs:enumeration value="EllipseC"/>
       
<xs:enumeration value="Cosine"/>
       
<xs:enumeration value="Line"/>
       
<xs:enumeration value="Cross"/>
       
<xs:enumeration value="Rhomboid"/>
       
<xs:enumeration value="Ellipse2"/>
       
<xs:enumeration value="LineX"/>
       
<xs:enumeration value="LineY"/>
       
<xs:enumeration value="DoubleDot"/>
       
<xs:enumeration value="InvertedDoubleDot"/>
       
<xs:enumeration value="SimpleDot"/>
       
<xs:enumeration value="InvertedEllipseA"/>
       
<xs:enumeration value="InvertedEllipseC"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="Angle">
   
<xs:annotation>
     
<xs:documentation>Angle for AM screening</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:decimal">
       
<xs:minInclusive value="0"/>
       
<xs:maxExclusive value="360"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="Frequency">
   
<xs:annotation>
     
<xs:documentation>Line frequency for AM screening</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:decimal">
       
<xs:minExclusive value="0"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="pl" type="xs:double" use="optional">
   
<xs:annotation>
     
<xs:documentation>Dot size experessed in picoliters in case the ScreenType is contone. Then this is the value of the maximum value of the contone (255 or 65535)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute Ink/@Name
type xs:string
properties
use required
annotation
documentation
Name of the ink.
source <xs:attribute name="Name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the ink.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Ink/@CIELab_L
type restriction of xs:unsignedByte
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
annotation
documentation
CIELab L component of preview color of the ink
source <xs:attribute name="CIELab_L" use="required">
 
<xs:annotation>
   
<xs:documentation>CIELab L component of preview color of the ink</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedByte">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="100"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ink/@CIELab_a
type restriction of xs:byte
properties
use required
facets
Kind Value Annotation
minInclusive -128
maxInclusive 127
annotation
documentation
CIELab a component of preview color of the ink
source <xs:attribute name="CIELab_a" use="required">
 
<xs:annotation>
   
<xs:documentation>CIELab a component of preview color of the ink</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:byte">
     
<xs:minInclusive value="-128"/>
     
<xs:maxInclusive value="127"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ink/@CIELab_b
type restriction of xs:byte
properties
use required
facets
Kind Value Annotation
minInclusive -128
maxInclusive 127
annotation
documentation
CIELab b component of preview color of the ink
source <xs:attribute name="CIELab_b" use="required">
 
<xs:annotation>
   
<xs:documentation>CIELab b component of preview color of the ink</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:byte">
     
<xs:minInclusive value="-128"/>
     
<xs:maxInclusive value="127"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ink/@Type
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration Process
enumeration Spot
enumeration Special
enumeration Duplicate
annotation
documentation
Type of ink; Process is used for colormanagement, Spot is linearized, Special is for white, varnish, etc. Duplicate for duplicates of other inks (dual head)
source <xs:attribute name="Type" use="required">
 
<xs:annotation>
   
<xs:documentation>Type of ink; Process is used for colormanagement, Spot is linearized, Special is for white, varnish, etc. Duplicate for duplicates of other inks (dual head)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Process"/>
     
<xs:enumeration value="Spot"/>
     
<xs:enumeration value="Special"/>
     
<xs:enumeration value="Duplicate"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ink/@ScreenType
type pf:Screening
properties
use required
facets
Kind Value Annotation
enumeration AM Screening
enumeration FM Screening
enumeration Error Diffusion
enumeration Floyd Steinberg
enumeration Chromatic Error Diffusion
enumeration True Color
enumeration Contone 16
enumeration Organic Inkjet
enumeration Organic CTS
annotation
documentation
Screening type used to halftone or bit-depth for contone
source <xs:attribute name="ScreenType" type="pf:Screening" use="required">
 
<xs:annotation>
   
<xs:documentation>Screening type used to halftone or bit-depth for contone</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Ink/@DotMax
type restriction of xs:decimal
facets
Kind Value Annotation
maxInclusive 1
minExclusive 0
annotation
documentation
Maximum dot amount for ED, FM and organic
source <xs:attribute name="DotMax">
 
<xs:annotation>
   
<xs:documentation>Maximum dot amount for ED, FM and organic</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minExclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ink/@Noise
type restriction of xs:decimal
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
Noise amplification factor for ED, FM and organic
source <xs:attribute name="Noise">
 
<xs:annotation>
   
<xs:documentation>Noise amplification factor for ED, FM and organic</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ink/@BlackSize
type xs:positiveInteger
annotation
documentation
Size in pixels of the black dots of Organic screening
source <xs:attribute name="BlackSize" type="xs:positiveInteger">
 
<xs:annotation>
   
<xs:documentation>Size in pixels of the black dots of Organic screening</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Ink/@WhiteSize
type xs:positiveInteger
annotation
documentation
Size in pixels of the white dots of Organic screening
source <xs:attribute name="WhiteSize" type="xs:positiveInteger">
 
<xs:annotation>
   
<xs:documentation>Size in pixels of the white dots of Organic screening</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Ink/@Shape
type restriction of xs:string
facets
Kind Value Annotation
enumeration Round
enumeration Ellipse
enumeration Diamond
enumeration Square
enumeration SimpleRound
enumeration EllipseA
enumeration EllipseB
enumeration EllipseC
enumeration Cosine
enumeration Line
enumeration Cross
enumeration Rhomboid
enumeration Ellipse2
enumeration LineX
enumeration LineY
enumeration DoubleDot
enumeration InvertedDoubleDot
enumeration SimpleDot
enumeration InvertedEllipseA
enumeration InvertedEllipseC
annotation
documentation
Shape for AM screening
source <xs:attribute name="Shape">
 
<xs:annotation>
   
<xs:documentation>Shape for AM screening</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Round"/>
     
<xs:enumeration value="Ellipse"/>
     
<xs:enumeration value="Diamond"/>
     
<xs:enumeration value="Square"/>
     
<xs:enumeration value="SimpleRound"/>
     
<xs:enumeration value="EllipseA"/>
     
<xs:enumeration value="EllipseB"/>
     
<xs:enumeration value="EllipseC"/>
     
<xs:enumeration value="Cosine"/>
     
<xs:enumeration value="Line"/>
     
<xs:enumeration value="Cross"/>
     
<xs:enumeration value="Rhomboid"/>
     
<xs:enumeration value="Ellipse2"/>
     
<xs:enumeration value="LineX"/>
     
<xs:enumeration value="LineY"/>
     
<xs:enumeration value="DoubleDot"/>
     
<xs:enumeration value="InvertedDoubleDot"/>
     
<xs:enumeration value="SimpleDot"/>
     
<xs:enumeration value="InvertedEllipseA"/>
     
<xs:enumeration value="InvertedEllipseC"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ink/@Angle
type restriction of xs:decimal
facets
Kind Value Annotation
minInclusive 0
maxExclusive 360
annotation
documentation
Angle for AM screening
source <xs:attribute name="Angle">
 
<xs:annotation>
   
<xs:documentation>Angle for AM screening</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
     
<xs:maxExclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ink/@Frequency
type restriction of xs:decimal
facets
Kind Value Annotation
minExclusive 0
annotation
documentation
Line frequency for AM screening
source <xs:attribute name="Frequency">
 
<xs:annotation>
   
<xs:documentation>Line frequency for AM screening</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minExclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Ink/@pl
type xs:double
properties
use optional
annotation
documentation
Dot size experessed in picoliters in case the ScreenType is contone. Then this is the value of the maximum value of the contone (255 or 65535)
source <xs:attribute name="pl" type="xs:double" use="optional">
 
<xs:annotation>
   
<xs:documentation>Dot size experessed in picoliters in case the ScreenType is contone. Then this is the value of the maximum value of the contone (255 or 65535)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Ink/DotWeight
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p236.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:decimal
properties
minOcc 0
maxOcc 16
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
pl  xs:double  optional      
documentation
Dot size experessed in picoliters
annotation
documentation
Relative dotweight of the dots in order from small to large
source <xs:element name="DotWeight" minOccurs="0" maxOccurs="16">
 
<xs:annotation>
   
<xs:documentation>Relative dotweight of the dots in order from small to large</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="pl" type="xs:double" use="optional">
         
<xs:annotation>
           
<xs:documentation>Dot size experessed in picoliters</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute Ink/DotWeight/@pl
type xs:double
properties
use optional
annotation
documentation
Dot size experessed in picoliters
source <xs:attribute name="pl" type="xs:double" use="optional">
 
<xs:annotation>
   
<xs:documentation>Dot size experessed in picoliters</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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