complexType ColorCertificationStandard
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p190.png
namespace https://printfactory.cloud/schema/2.0
children pf:PrimariesE pf:SecondariesE pf:PrimariesH pf:CompositeGreysChAvg pf:CompositeGreysChMax pf:Substrate pf:Maximum pf:Average
used by
element ColorCertification/Standard
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
annotation
documentation
ISO 12647-7 standard definition
source <xs:complexType name="ColorCertificationStandard">
 
<xs:annotation>
   
<xs:documentation> ISO 12647-7 standard definition</xs:documentation>
 
</xs:annotation>
 
<xs:choice maxOccurs="unbounded">
   
<xs:element name="PrimariesE">
     
<xs:annotation>
       
<xs:documentation>Allowed deviations for Cyan, Magenta, Yellow and Black in that order</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:pattern value="([+-]?([0-9]*[.])?[0-9]+\|?){4}"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="SecondariesE" type="xs:decimal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Allowed deviations for secondary colors (Red, Green, Blue)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PrimariesH" type="xs:decimal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Allowed deviations in dH for primary colours</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CompositeGreysChAvg" type="xs:decimal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Allowed average deviation in dCh for all grey patches</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CompositeGreysChMax" type="xs:decimal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Maximum allowed deviation in dCh for all grey patches</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Substrate" type="xs:decimal">
     
<xs:annotation>
       
<xs:documentation>Allowed deviation for the substrate color</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Maximum" type="xs:decimal">
     
<xs:annotation>
       
<xs:documentation>Allowed maximum deviation for any color</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Average" type="xs:decimal">
     
<xs:annotation>
       
<xs:documentation>Allowed average deviation over all colors</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
 
<xs:attribute name="Name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Name pof the standard defined</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="dE" use="required">
   
<xs:annotation>
     
<xs:documentation>Method of calculating CIELab differences</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="CIE76"/>
       
<xs:enumeration value="CMC11"/>
       
<xs:enumeration value="CMC21"/>
       
<xs:enumeration value="CIE00"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:complexType>

attribute ColorCertificationStandard/@Name
type xs:string
properties
use required
annotation
documentation
Name pof the standard defined
source <xs:attribute name="Name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name pof the standard defined</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ColorCertificationStandard/@dE
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration CIE76
enumeration CMC11
enumeration CMC21
enumeration CIE00
annotation
documentation
Method of calculating CIELab differences
source <xs:attribute name="dE" use="required">
 
<xs:annotation>
   
<xs:documentation>Method of calculating CIELab differences</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="CIE76"/>
     
<xs:enumeration value="CMC11"/>
     
<xs:enumeration value="CMC21"/>
     
<xs:enumeration value="CIE00"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element ColorCertificationStandard/PrimariesE
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p191.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern ([+-]?([0-9]*[.])?[0-9]+\|?){4}
annotation
documentation
Allowed deviations for Cyan, Magenta, Yellow and Black in that order
source <xs:element name="PrimariesE">
 
<xs:annotation>
   
<xs:documentation>Allowed deviations for Cyan, Magenta, Yellow and Black in that order</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="([+-]?([0-9]*[.])?[0-9]+\|?){4}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ColorCertificationStandard/SecondariesE
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p192.png
namespace https://printfactory.cloud/schema/2.0
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Allowed deviations for secondary colors (Red, Green, Blue)
source <xs:element name="SecondariesE" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Allowed deviations for secondary colors (Red, Green, Blue)</xs:documentation>
 
</xs:annotation>
</xs:element>

element ColorCertificationStandard/PrimariesH
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p193.png
namespace https://printfactory.cloud/schema/2.0
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Allowed deviations in dH for primary colours
source <xs:element name="PrimariesH" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Allowed deviations in dH for primary colours</xs:documentation>
 
</xs:annotation>
</xs:element>

element ColorCertificationStandard/CompositeGreysChAvg
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p194.png
namespace https://printfactory.cloud/schema/2.0
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Allowed average deviation in dCh for all grey patches
source <xs:element name="CompositeGreysChAvg" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Allowed average deviation in dCh for all grey patches</xs:documentation>
 
</xs:annotation>
</xs:element>

element ColorCertificationStandard/CompositeGreysChMax
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p195.png
namespace https://printfactory.cloud/schema/2.0
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Maximum allowed deviation in dCh for all grey patches
source <xs:element name="CompositeGreysChMax" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Maximum allowed deviation in dCh for all grey patches</xs:documentation>
 
</xs:annotation>
</xs:element>

element ColorCertificationStandard/Substrate
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p196.png
namespace https://printfactory.cloud/schema/2.0
type xs:decimal
properties
content simple
annotation
documentation
Allowed deviation for the substrate color
source <xs:element name="Substrate" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Allowed deviation for the substrate color</xs:documentation>
 
</xs:annotation>
</xs:element>

element ColorCertificationStandard/Maximum
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p197.png
namespace https://printfactory.cloud/schema/2.0
type xs:decimal
properties
content simple
annotation
documentation
Allowed maximum deviation for any color
source <xs:element name="Maximum" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Allowed maximum deviation for any color</xs:documentation>
 
</xs:annotation>
</xs:element>

element ColorCertificationStandard/Average
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p198.png
namespace https://printfactory.cloud/schema/2.0
type xs:decimal
properties
content simple
annotation
documentation
Allowed average deviation over all colors
source <xs:element name="Average" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Allowed average deviation over all colors</xs:documentation>
 
</xs:annotation>
</xs:element>


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