complexType ColorCertification
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p171.png
namespace https://printfactory.cloud/schema/2.0
children pf:Standard pf:Result pf:Reference pf:Measurements
used by
element Job/ColorCertification
attributes
Name  Type  Use  Default  Fixed  Annotation
Wedge  derived by: xs:string  required      
documentation
Wedge layout name
annotation
documentation
ISO 12647-7 certification details
source <xs:complexType name="ColorCertification">
 
<xs:annotation>
   
<xs:documentation> ISO 12647-7 certification details</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Standard" type="pf:ColorCertificationStandard"/>
   
<xs:element name="Result" type="pf:ColorCertificationResult"/>
   
<xs:element name="Reference">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="TargetValue" maxOccurs="unbounded">
           
<xs:complexType>
             
<xs:all>
               
<xs:element name="Lab">
                 
<xs:complexType>
                   
<xs:simpleContent>
                     
<xs:extension base="xs:string">
                       
<xs:attribute name="L" use="required">
                         
<xs:simpleType>
                           
<xs:restriction base="xs:decimal">
                             
<xs:minInclusive value="0"/>
                             
<xs:maxInclusive value="100"/>
                           
</xs:restriction>
                         
</xs:simpleType>
                       
</xs:attribute>
                       
<xs:attribute name="a" use="required">
                         
<xs:simpleType>
                           
<xs:restriction base="xs:decimal">
                             
<xs:minInclusive value="-128"/>
                             
<xs:maxInclusive value="127"/>
                           
</xs:restriction>
                         
</xs:simpleType>
                       
</xs:attribute>
                       
<xs:attribute name="b" use="required">
                         
<xs:simpleType>
                           
<xs:restriction base="xs:decimal">
                             
<xs:minInclusive value="-128"/>
                             
<xs:maxInclusive value="127"/>
                           
</xs:restriction>
                         
</xs:simpleType>
                       
</xs:attribute>
                     
</xs:extension>
                   
</xs:simpleContent>
                 
</xs:complexType>
               
</xs:element>
             
</xs:all>
             
<xs:attribute name="c0" type="pf:InkAmount"/>
             
<xs:attribute name="c1" type="pf:InkAmount"/>
             
<xs:attribute name="c2" type="pf:InkAmount"/>
             
<xs:attribute name="c3" type="pf:InkAmount"/>
             
<xs:attribute name="c4" type="pf:InkAmount"/>
             
<xs:attribute name="c5" type="pf:InkAmount"/>
             
<xs:attribute name="c6" type="pf:InkAmount"/>
             
<xs:attribute name="c7" type="pf:InkAmount"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Name" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>Name of the reference ICC profile used</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ColorSpace" use="required">
         
<xs:annotation>
           
<xs:documentation>List of colorants specified by the ICC and referenced in the target values</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:pattern value="([a-zA-Z0-9 ]+\|?)+"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Measurements">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Measurement" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Strip of patches</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="MeasureValue" maxOccurs="unbounded">
                 
<xs:annotation>
                   
<xs:documentation>Measurement for each patch</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:all>
                     
<xs:element name="Spectrum">
                       
<xs:annotation>
                         
<xs:documentation>Spectral response values separated by | in the range 0 to 1</xs:documentation>
                       
</xs:annotation>
                       
<xs:complexType>
                         
<xs:simpleContent>
                           
<xs:extension base="xs:string">
                             
<xs:attribute name="wavelengthDistance" use="required">
                               
<xs:annotation>
                                 
<xs:documentation>nm step size in the measurements</xs:documentation>
                               
</xs:annotation>
                               
<xs:simpleType>
                                 
<xs:restriction base="xs:nonNegativeInteger">
                                   
<xs:minInclusive value="1"/>
                                   
<xs:maxInclusive value="20"/>
                                 
</xs:restriction>
                               
</xs:simpleType>
                             
</xs:attribute>
                             
<xs:attribute name="wavelengthStart" use="required">
                               
<xs:annotation>
                                 
<xs:documentation>nm of the first spectral response</xs:documentation>
                               
</xs:annotation>
                               
<xs:simpleType>
                                 
<xs:restriction base="xs:nonNegativeInteger">
                                   
<xs:minInclusive value="380"/>
                                   
<xs:maxInclusive value="780"/>
                                 
</xs:restriction>
                               
</xs:simpleType>
                             
</xs:attribute>
                           
</xs:extension>
                         
</xs:simpleContent>
                       
</xs:complexType>
                     
</xs:element>
                   
</xs:all>
                   
<xs:attribute name="c0" type="pf:InkAmount"/>
                   
<xs:attribute name="c1" type="pf:InkAmount"/>
                   
<xs:attribute name="c2" type="pf:InkAmount"/>
                   
<xs:attribute name="c3" type="pf:InkAmount"/>
                   
<xs:attribute name="c4" type="pf:InkAmount"/>
                   
<xs:attribute name="c5" type="pf:InkAmount"/>
                   
<xs:attribute name="c6" type="pf:InkAmount"/>
                   
<xs:attribute name="c7" type="pf:InkAmount"/>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="ColorSpace" use="required">
         
<xs:annotation>
           
<xs:documentation>List of colorants specified by the printer and referenced in the measured values</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:pattern value="([a-zA-Z0-9 ]+\|?)+"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="Creator" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>Photospectrometer used</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="LightType" type="xs:string" use="required" fixed="D50">
         
<xs:annotation>
           
<xs:documentation>Illuminant used</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="StandardObserver" type="xs:string" use="required" fixed="TwoDegree">
         
<xs:annotation>
           
<xs:documentation>Observer used</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Transmissive" type="xs:boolean" use="required" fixed="false">
         
<xs:annotation>
           
<xs:documentation>True when transmissive measurements. False for reflective</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Condition" use="required">
         
<xs:annotation>
           
<xs:documentation>Measurement condiition used</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:enumeration value="M0"/>
             
<xs:enumeration value="M1"/>
             
<xs:enumeration value="M2"/>
             
<xs:enumeration value="M3"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="Wedge" use="required">
   
<xs:annotation>
     
<xs:documentation>Wedge layout name</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="Ugra/FOGRA strip v3.0"/>
       
<xs:enumeration value="IDEAlliance strip 2013"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:complexType>

attribute ColorCertification/@Wedge
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration Ugra/FOGRA strip v3.0
enumeration IDEAlliance strip 2013
annotation
documentation
Wedge layout name
source <xs:attribute name="Wedge" use="required">
 
<xs:annotation>
   
<xs:documentation>Wedge layout name</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Ugra/FOGRA strip v3.0"/>
     
<xs:enumeration value="IDEAlliance strip 2013"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element ColorCertification/Standard
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p172.png
namespace https://printfactory.cloud/schema/2.0
type pf:ColorCertificationStandard
properties
content complex
children pf:PrimariesE pf:SecondariesE pf:PrimariesH pf:CompositeGreysChAvg pf:CompositeGreysChMax pf:Substrate pf:Maximum pf:Average
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:string  required      
documentation
Name pof the standard defined
dE  derived by: xs:string  required      
documentation
Method of calculating CIELab differences
source <xs:element name="Standard" type="pf:ColorCertificationStandard"/>

element ColorCertification/Result
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p173.png
namespace https://printfactory.cloud/schema/2.0
type pf:ColorCertificationResult
properties
content complex
children pf:PrimariesE pf:SecondariesE pf:PrimariesH pf:CompositeGreysChAvg pf:CompositeGreysChMax pf:Substrate pf:Maximum pf:Average
attributes
Name  Type  Use  Default  Fixed  Annotation
Pass  xs:boolean  required      
documentation
True when measurements pass comparison to the reference according to the standard
source <xs:element name="Result" type="pf:ColorCertificationResult"/>

element ColorCertification/Reference
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p174.png
namespace https://printfactory.cloud/schema/2.0
properties
content complex
children pf:TargetValue
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:string  required      
documentation
Name of the reference ICC profile used
ColorSpace  derived by: xs:string  required      
documentation
List of colorants specified by the ICC and referenced in the target values
source <xs:element name="Reference">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="TargetValue" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:all>
           
<xs:element name="Lab">
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="xs:string">
                   
<xs:attribute name="L" use="required">
                     
<xs:simpleType>
                       
<xs:restriction base="xs:decimal">
                         
<xs:minInclusive value="0"/>
                         
<xs:maxInclusive value="100"/>
                       
</xs:restriction>
                     
</xs:simpleType>
                   
</xs:attribute>
                   
<xs:attribute name="a" use="required">
                     
<xs:simpleType>
                       
<xs:restriction base="xs:decimal">
                         
<xs:minInclusive value="-128"/>
                         
<xs:maxInclusive value="127"/>
                       
</xs:restriction>
                     
</xs:simpleType>
                   
</xs:attribute>
                   
<xs:attribute name="b" use="required">
                     
<xs:simpleType>
                       
<xs:restriction base="xs:decimal">
                         
<xs:minInclusive value="-128"/>
                         
<xs:maxInclusive value="127"/>
                       
</xs:restriction>
                     
</xs:simpleType>
                   
</xs:attribute>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:all>
         
<xs:attribute name="c0" type="pf:InkAmount"/>
         
<xs:attribute name="c1" type="pf:InkAmount"/>
         
<xs:attribute name="c2" type="pf:InkAmount"/>
         
<xs:attribute name="c3" type="pf:InkAmount"/>
         
<xs:attribute name="c4" type="pf:InkAmount"/>
         
<xs:attribute name="c5" type="pf:InkAmount"/>
         
<xs:attribute name="c6" type="pf:InkAmount"/>
         
<xs:attribute name="c7" type="pf:InkAmount"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Name" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Name of the reference ICC profile used</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ColorSpace" use="required">
     
<xs:annotation>
       
<xs:documentation>List of colorants specified by the ICC and referenced in the target values</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:pattern value="([a-zA-Z0-9 ]+\|?)+"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute ColorCertification/Reference/@Name
type xs:string
properties
use required
annotation
documentation
Name of the reference ICC profile used
source <xs:attribute name="Name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the reference ICC profile used</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ColorCertification/Reference/@ColorSpace
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
pattern ([a-zA-Z0-9 ]+\|?)+
annotation
documentation
List of colorants specified by the ICC and referenced in the target values
source <xs:attribute name="ColorSpace" use="required">
 
<xs:annotation>
   
<xs:documentation>List of colorants specified by the ICC and referenced in the target values</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="([a-zA-Z0-9 ]+\|?)+"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element ColorCertification/Reference/TargetValue
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p175.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 1
maxOcc unbounded
content complex
children pf:Lab
attributes
Name  Type  Use  Default  Fixed  Annotation
c0  pf:InkAmount        
c1  pf:InkAmount        
c2  pf:InkAmount        
c3  pf:InkAmount        
c4  pf:InkAmount        
c5  pf:InkAmount        
c6  pf:InkAmount        
c7  pf:InkAmount        
source <xs:element name="TargetValue" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:all>
     
<xs:element name="Lab">
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="xs:string">
             
<xs:attribute name="L" use="required">
               
<xs:simpleType>
                 
<xs:restriction base="xs:decimal">
                   
<xs:minInclusive value="0"/>
                   
<xs:maxInclusive value="100"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
             
<xs:attribute name="a" use="required">
               
<xs:simpleType>
                 
<xs:restriction base="xs:decimal">
                   
<xs:minInclusive value="-128"/>
                   
<xs:maxInclusive value="127"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
             
<xs:attribute name="b" use="required">
               
<xs:simpleType>
                 
<xs:restriction base="xs:decimal">
                   
<xs:minInclusive value="-128"/>
                   
<xs:maxInclusive value="127"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:all>
   
<xs:attribute name="c0" type="pf:InkAmount"/>
   
<xs:attribute name="c1" type="pf:InkAmount"/>
   
<xs:attribute name="c2" type="pf:InkAmount"/>
   
<xs:attribute name="c3" type="pf:InkAmount"/>
   
<xs:attribute name="c4" type="pf:InkAmount"/>
   
<xs:attribute name="c5" type="pf:InkAmount"/>
   
<xs:attribute name="c6" type="pf:InkAmount"/>
   
<xs:attribute name="c7" type="pf:InkAmount"/>
 
</xs:complexType>
</xs:element>

attribute ColorCertification/Reference/TargetValue/@c0
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c0" type="pf:InkAmount"/>

attribute ColorCertification/Reference/TargetValue/@c1
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c1" type="pf:InkAmount"/>

attribute ColorCertification/Reference/TargetValue/@c2
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c2" type="pf:InkAmount"/>

attribute ColorCertification/Reference/TargetValue/@c3
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c3" type="pf:InkAmount"/>

attribute ColorCertification/Reference/TargetValue/@c4
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c4" type="pf:InkAmount"/>

attribute ColorCertification/Reference/TargetValue/@c5
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c5" type="pf:InkAmount"/>

attribute ColorCertification/Reference/TargetValue/@c6
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c6" type="pf:InkAmount"/>

attribute ColorCertification/Reference/TargetValue/@c7
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c7" type="pf:InkAmount"/>

element ColorCertification/Reference/TargetValue/Lab
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p176.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:string
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
L  derived by: xs:decimal  required      
a  derived by: xs:decimal  required      
b  derived by: xs:decimal  required      
source <xs:element name="Lab">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="L" use="required">
         
<xs:simpleType>
           
<xs:restriction base="xs:decimal">
             
<xs:minInclusive value="0"/>
             
<xs:maxInclusive value="100"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="a" use="required">
         
<xs:simpleType>
           
<xs:restriction base="xs:decimal">
             
<xs:minInclusive value="-128"/>
             
<xs:maxInclusive value="127"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="b" use="required">
         
<xs:simpleType>
           
<xs:restriction base="xs:decimal">
             
<xs:minInclusive value="-128"/>
             
<xs:maxInclusive value="127"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ColorCertification/Reference/TargetValue/Lab/@L
type restriction of xs:decimal
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="L" use="required">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="100"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ColorCertification/Reference/TargetValue/Lab/@a
type restriction of xs:decimal
properties
use required
facets
Kind Value Annotation
minInclusive -128
maxInclusive 127
source <xs:attribute name="a" use="required">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="-128"/>
     
<xs:maxInclusive value="127"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ColorCertification/Reference/TargetValue/Lab/@b
type restriction of xs:decimal
properties
use required
facets
Kind Value Annotation
minInclusive -128
maxInclusive 127
source <xs:attribute name="b" use="required">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="-128"/>
     
<xs:maxInclusive value="127"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element ColorCertification/Measurements
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p177.png
namespace https://printfactory.cloud/schema/2.0
properties
content complex
children pf:Measurement
attributes
Name  Type  Use  Default  Fixed  Annotation
ColorSpace  derived by: xs:string  required      
documentation
List of colorants specified by the printer and referenced in the measured values
Creator  xs:string  required      
documentation
Photospectrometer used
LightType  xs:string  required    D50  
documentation
Illuminant used
StandardObserver  xs:string  required    TwoDegree  
documentation
Observer used
Transmissive  xs:boolean  required    false  
documentation
True when transmissive measurements. False for reflective
Condition  derived by: xs:string  required      
documentation
Measurement condiition used
source <xs:element name="Measurements">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Measurement" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Strip of patches</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="MeasureValue" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Measurement for each patch</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:all>
                 
<xs:element name="Spectrum">
                   
<xs:annotation>
                     
<xs:documentation>Spectral response values separated by | in the range 0 to 1</xs:documentation>
                   
</xs:annotation>
                   
<xs:complexType>
                     
<xs:simpleContent>
                       
<xs:extension base="xs:string">
                         
<xs:attribute name="wavelengthDistance" use="required">
                           
<xs:annotation>
                             
<xs:documentation>nm step size in the measurements</xs:documentation>
                           
</xs:annotation>
                           
<xs:simpleType>
                             
<xs:restriction base="xs:nonNegativeInteger">
                               
<xs:minInclusive value="1"/>
                               
<xs:maxInclusive value="20"/>
                             
</xs:restriction>
                           
</xs:simpleType>
                         
</xs:attribute>
                         
<xs:attribute name="wavelengthStart" use="required">
                           
<xs:annotation>
                             
<xs:documentation>nm of the first spectral response</xs:documentation>
                           
</xs:annotation>
                           
<xs:simpleType>
                             
<xs:restriction base="xs:nonNegativeInteger">
                               
<xs:minInclusive value="380"/>
                               
<xs:maxInclusive value="780"/>
                             
</xs:restriction>
                           
</xs:simpleType>
                         
</xs:attribute>
                       
</xs:extension>
                     
</xs:simpleContent>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:all>
               
<xs:attribute name="c0" type="pf:InkAmount"/>
               
<xs:attribute name="c1" type="pf:InkAmount"/>
               
<xs:attribute name="c2" type="pf:InkAmount"/>
               
<xs:attribute name="c3" type="pf:InkAmount"/>
               
<xs:attribute name="c4" type="pf:InkAmount"/>
               
<xs:attribute name="c5" type="pf:InkAmount"/>
               
<xs:attribute name="c6" type="pf:InkAmount"/>
               
<xs:attribute name="c7" type="pf:InkAmount"/>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="ColorSpace" use="required">
     
<xs:annotation>
       
<xs:documentation>List of colorants specified by the printer and referenced in the measured values</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:pattern value="([a-zA-Z0-9 ]+\|?)+"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="Creator" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Photospectrometer used</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="LightType" type="xs:string" use="required" fixed="D50">
     
<xs:annotation>
       
<xs:documentation>Illuminant used</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="StandardObserver" type="xs:string" use="required" fixed="TwoDegree">
     
<xs:annotation>
       
<xs:documentation>Observer used</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Transmissive" type="xs:boolean" use="required" fixed="false">
     
<xs:annotation>
       
<xs:documentation>True when transmissive measurements. False for reflective</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Condition" use="required">
     
<xs:annotation>
       
<xs:documentation>Measurement condiition used</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="M0"/>
         
<xs:enumeration value="M1"/>
         
<xs:enumeration value="M2"/>
         
<xs:enumeration value="M3"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute ColorCertification/Measurements/@ColorSpace
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
pattern ([a-zA-Z0-9 ]+\|?)+
annotation
documentation
List of colorants specified by the printer and referenced in the measured values
source <xs:attribute name="ColorSpace" use="required">
 
<xs:annotation>
   
<xs:documentation>List of colorants specified by the printer and referenced in the measured values</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="([a-zA-Z0-9 ]+\|?)+"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ColorCertification/Measurements/@Creator
type xs:string
properties
use required
annotation
documentation
Photospectrometer used
source <xs:attribute name="Creator" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Photospectrometer used</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ColorCertification/Measurements/@LightType
type xs:string
properties
use required
fixed D50
annotation
documentation
Illuminant used
source <xs:attribute name="LightType" type="xs:string" use="required" fixed="D50">
 
<xs:annotation>
   
<xs:documentation>Illuminant used</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ColorCertification/Measurements/@StandardObserver
type xs:string
properties
use required
fixed TwoDegree
annotation
documentation
Observer used
source <xs:attribute name="StandardObserver" type="xs:string" use="required" fixed="TwoDegree">
 
<xs:annotation>
   
<xs:documentation>Observer used</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ColorCertification/Measurements/@Transmissive
type xs:boolean
properties
use required
fixed false
annotation
documentation
True when transmissive measurements. False for reflective
source <xs:attribute name="Transmissive" type="xs:boolean" use="required" fixed="false">
 
<xs:annotation>
   
<xs:documentation>True when transmissive measurements. False for reflective</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ColorCertification/Measurements/@Condition
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration M0
enumeration M1
enumeration M2
enumeration M3
annotation
documentation
Measurement condiition used
source <xs:attribute name="Condition" use="required">
 
<xs:annotation>
   
<xs:documentation>Measurement condiition used</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="M0"/>
     
<xs:enumeration value="M1"/>
     
<xs:enumeration value="M2"/>
     
<xs:enumeration value="M3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element ColorCertification/Measurements/Measurement
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p178.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 1
maxOcc unbounded
content complex
children pf:MeasureValue
annotation
documentation
Strip of patches
source <xs:element name="Measurement" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Strip of patches</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="MeasureValue" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Measurement for each patch</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:all>
           
<xs:element name="Spectrum">
             
<xs:annotation>
               
<xs:documentation>Spectral response values separated by | in the range 0 to 1</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="xs:string">
                   
<xs:attribute name="wavelengthDistance" use="required">
                     
<xs:annotation>
                       
<xs:documentation>nm step size in the measurements</xs:documentation>
                     
</xs:annotation>
                     
<xs:simpleType>
                       
<xs:restriction base="xs:nonNegativeInteger">
                         
<xs:minInclusive value="1"/>
                         
<xs:maxInclusive value="20"/>
                       
</xs:restriction>
                     
</xs:simpleType>
                   
</xs:attribute>
                   
<xs:attribute name="wavelengthStart" use="required">
                     
<xs:annotation>
                       
<xs:documentation>nm of the first spectral response</xs:documentation>
                     
</xs:annotation>
                     
<xs:simpleType>
                       
<xs:restriction base="xs:nonNegativeInteger">
                         
<xs:minInclusive value="380"/>
                         
<xs:maxInclusive value="780"/>
                       
</xs:restriction>
                     
</xs:simpleType>
                   
</xs:attribute>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:all>
         
<xs:attribute name="c0" type="pf:InkAmount"/>
         
<xs:attribute name="c1" type="pf:InkAmount"/>
         
<xs:attribute name="c2" type="pf:InkAmount"/>
         
<xs:attribute name="c3" type="pf:InkAmount"/>
         
<xs:attribute name="c4" type="pf:InkAmount"/>
         
<xs:attribute name="c5" type="pf:InkAmount"/>
         
<xs:attribute name="c6" type="pf:InkAmount"/>
         
<xs:attribute name="c7" type="pf:InkAmount"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ColorCertification/Measurements/Measurement/MeasureValue
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p179.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 1
maxOcc unbounded
content complex
children pf:Spectrum
attributes
Name  Type  Use  Default  Fixed  Annotation
c0  pf:InkAmount        
c1  pf:InkAmount        
c2  pf:InkAmount        
c3  pf:InkAmount        
c4  pf:InkAmount        
c5  pf:InkAmount        
c6  pf:InkAmount        
c7  pf:InkAmount        
annotation
documentation
Measurement for each patch
source <xs:element name="MeasureValue" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Measurement for each patch</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:all>
     
<xs:element name="Spectrum">
       
<xs:annotation>
         
<xs:documentation>Spectral response values separated by | in the range 0 to 1</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="xs:string">
             
<xs:attribute name="wavelengthDistance" use="required">
               
<xs:annotation>
                 
<xs:documentation>nm step size in the measurements</xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:nonNegativeInteger">
                   
<xs:minInclusive value="1"/>
                   
<xs:maxInclusive value="20"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
             
<xs:attribute name="wavelengthStart" use="required">
               
<xs:annotation>
                 
<xs:documentation>nm of the first spectral response</xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:nonNegativeInteger">
                   
<xs:minInclusive value="380"/>
                   
<xs:maxInclusive value="780"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:all>
   
<xs:attribute name="c0" type="pf:InkAmount"/>
   
<xs:attribute name="c1" type="pf:InkAmount"/>
   
<xs:attribute name="c2" type="pf:InkAmount"/>
   
<xs:attribute name="c3" type="pf:InkAmount"/>
   
<xs:attribute name="c4" type="pf:InkAmount"/>
   
<xs:attribute name="c5" type="pf:InkAmount"/>
   
<xs:attribute name="c6" type="pf:InkAmount"/>
   
<xs:attribute name="c7" type="pf:InkAmount"/>
 
</xs:complexType>
</xs:element>

attribute ColorCertification/Measurements/Measurement/MeasureValue/@c0
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c0" type="pf:InkAmount"/>

attribute ColorCertification/Measurements/Measurement/MeasureValue/@c1
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c1" type="pf:InkAmount"/>

attribute ColorCertification/Measurements/Measurement/MeasureValue/@c2
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c2" type="pf:InkAmount"/>

attribute ColorCertification/Measurements/Measurement/MeasureValue/@c3
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c3" type="pf:InkAmount"/>

attribute ColorCertification/Measurements/Measurement/MeasureValue/@c4
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c4" type="pf:InkAmount"/>

attribute ColorCertification/Measurements/Measurement/MeasureValue/@c5
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c5" type="pf:InkAmount"/>

attribute ColorCertification/Measurements/Measurement/MeasureValue/@c6
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c6" type="pf:InkAmount"/>

attribute ColorCertification/Measurements/Measurement/MeasureValue/@c7
type pf:InkAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="c7" type="pf:InkAmount"/>

element ColorCertification/Measurements/Measurement/MeasureValue/Spectrum
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p180.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:string
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
wavelengthDistance  derived by: xs:nonNegativeInteger  required      
documentation
nm step size in the measurements
wavelengthStart  derived by: xs:nonNegativeInteger  required      
documentation
nm of the first spectral response
annotation
documentation
Spectral response values separated by | in the range 0 to 1
source <xs:element name="Spectrum">
 
<xs:annotation>
   
<xs:documentation>Spectral response values separated by | in the range 0 to 1</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="wavelengthDistance" use="required">
         
<xs:annotation>
           
<xs:documentation>nm step size in the measurements</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:nonNegativeInteger">
             
<xs:minInclusive value="1"/>
             
<xs:maxInclusive value="20"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="wavelengthStart" use="required">
         
<xs:annotation>
           
<xs:documentation>nm of the first spectral response</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:nonNegativeInteger">
             
<xs:minInclusive value="380"/>
             
<xs:maxInclusive value="780"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ColorCertification/Measurements/Measurement/MeasureValue/Spectrum/@wavelengthDistance
type restriction of xs:nonNegativeInteger
properties
use required
facets
Kind Value Annotation
minInclusive 1
maxInclusive 20
annotation
documentation
nm step size in the measurements
source <xs:attribute name="wavelengthDistance" use="required">
 
<xs:annotation>
   
<xs:documentation>nm step size in the measurements</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:nonNegativeInteger">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="20"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ColorCertification/Measurements/Measurement/MeasureValue/Spectrum/@wavelengthStart
type restriction of xs:nonNegativeInteger
properties
use required
facets
Kind Value Annotation
minInclusive 380
maxInclusive 780
annotation
documentation
nm of the first spectral response
source <xs:attribute name="wavelengthStart" use="required">
 
<xs:annotation>
   
<xs:documentation>nm of the first spectral response</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:nonNegativeInteger">
     
<xs:minInclusive value="380"/>
     
<xs:maxInclusive value="780"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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