complexType ColorCertificationResult
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p181.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/Result
attributes
Name  Type  Use  Default  Fixed  Annotation
Pass  xs:boolean  required      
documentation
True when measurements pass comparison to the reference according to the standard
annotation
documentation
ISO 12647-7 certification results
source <xs:complexType name="ColorCertificationResult">
 
<xs:annotation>
   
<xs:documentation> ISO 12647-7 certification results</xs:documentation>
 
</xs:annotation>
 
<xs:choice maxOccurs="unbounded">
   
<xs:element name="PrimariesE">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="SecondariesE" minOccurs="0">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:decimal">
           
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="PrimariesH" minOccurs="0">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:decimal">
           
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="CompositeGreysChAvg" minOccurs="0">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:decimal">
           
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="CompositeGreysChMax" minOccurs="0">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:decimal">
           
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Substrate">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:decimal">
           
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Maximum">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:decimal">
           
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Average">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:decimal">
           
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:choice>
 
<xs:attribute name="Pass" type="xs:boolean" use="required">
   
<xs:annotation>
     
<xs:documentation>True when measurements pass comparison to the reference according to the standard</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute ColorCertificationResult/@Pass
type xs:boolean
properties
use required
annotation
documentation
True when measurements pass comparison to the reference according to the standard
source <xs:attribute name="Pass" type="xs:boolean" use="required">
 
<xs:annotation>
   
<xs:documentation>True when measurements pass comparison to the reference according to the standard</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ColorCertificationResult/PrimariesE
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p182.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:string
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Pass  xs:boolean  required      
source <xs:element name="PrimariesE">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ColorCertificationResult/PrimariesE/@Pass
type xs:boolean
properties
use required
source <xs:attribute name="Pass" type="xs:boolean" use="required"/>

element ColorCertificationResult/SecondariesE
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p183.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:decimal
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Pass  xs:boolean  required      
source <xs:element name="SecondariesE" minOccurs="0">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ColorCertificationResult/SecondariesE/@Pass
type xs:boolean
properties
use required
source <xs:attribute name="Pass" type="xs:boolean" use="required"/>

element ColorCertificationResult/PrimariesH
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p184.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:decimal
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Pass  xs:boolean  required      
source <xs:element name="PrimariesH" minOccurs="0">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ColorCertificationResult/PrimariesH/@Pass
type xs:boolean
properties
use required
source <xs:attribute name="Pass" type="xs:boolean" use="required"/>

element ColorCertificationResult/CompositeGreysChAvg
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p185.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:decimal
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Pass  xs:boolean  required      
source <xs:element name="CompositeGreysChAvg" minOccurs="0">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ColorCertificationResult/CompositeGreysChAvg/@Pass
type xs:boolean
properties
use required
source <xs:attribute name="Pass" type="xs:boolean" use="required"/>

element ColorCertificationResult/CompositeGreysChMax
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p186.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:decimal
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Pass  xs:boolean  required      
source <xs:element name="CompositeGreysChMax" minOccurs="0">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ColorCertificationResult/CompositeGreysChMax/@Pass
type xs:boolean
properties
use required
source <xs:attribute name="Pass" type="xs:boolean" use="required"/>

element ColorCertificationResult/Substrate
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p187.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:decimal
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Pass  xs:boolean  required      
source <xs:element name="Substrate">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ColorCertificationResult/Substrate/@Pass
type xs:boolean
properties
use required
source <xs:attribute name="Pass" type="xs:boolean" use="required"/>

element ColorCertificationResult/Maximum
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p188.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:decimal
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Pass  xs:boolean  required      
source <xs:element name="Maximum">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ColorCertificationResult/Maximum/@Pass
type xs:boolean
properties
use required
source <xs:attribute name="Pass" type="xs:boolean" use="required"/>

element ColorCertificationResult/Average
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p189.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:decimal
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Pass  xs:boolean  required      
source <xs:element name="Average">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="Pass" type="xs:boolean" use="required"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ColorCertificationResult/Average/@Pass
type xs:boolean
properties
use required
source <xs:attribute name="Pass" type="xs:boolean" use="required"/>


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