group RegistrationMarksGroup
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p148.png
namespace https://printfactory.cloud/schema/2.0
children pf:MarkType pf:MarkerBlack pf:MarkParameters pf:AutomaticCutting pf:BarCode pf:BorderOffset pf:BorderSize pf:RegistrationMarkRatio pf:RegistrationLabelRatio
used by
element Job
annotation
documentation
Optical cutter registration marks settings
source <xs:group name="RegistrationMarksGroup">
 
<xs:annotation>
   
<xs:documentation>Optical cutter registration marks settings</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="MarkType" type="xs:unsignedInt" default="0" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Registration marks used by this job. These bit flags as some can be combined but most are mutual exclusive:
0 : Registration marks
1 : Crop marks
2 : Border
3 : Template
4 : Subscript
5 : OPOS marks
6 : EPOS marks
7 : HP marks
8 : Fotoba marks
12 : Roland marks
13 : Mimaki v1 marks
18: Graphtec marks
22 : Mimaki v2 marks
24 : Mimaki v0 marks
25 : Register page
26 : Roland GX marks
27 : Mimaki v3 marks
28 : Camera marks
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MarkerBlack" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Method of printing the marker black:
0 : Use black ink only
1 : Use all inks at 50%
2 : Use all inks at 100%
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedByte">
         
<xs:enumeration value="0"/>
         
<xs:enumeration value="1"/>
         
<xs:enumeration value="2"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="MarkParameters" minOccurs="0">
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="xs:anyType">
           
<xs:attribute name="Type" use="required">
             
<xs:annotation>
               
<xs:documentation>Type of markers</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:enumeration value="FotobaMarks"/>
                 
<xs:enumeration value="CuttingMarks"/>
                 
<xs:enumeration value="Camera"/>
                 
<xs:enumeration value="Fotoba"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:attribute>
           
<xs:attribute name="GUID" type="pf:GUID" use="required">
             
<xs:annotation>
               
<xs:documentation>Marker definition ID as known in the cloud resources</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attribute name="ReadOnly" type="xs:boolean" use="optional">
             
<xs:annotation>
               
<xs:documentation>ReadOnly is set when it are factory supplied markers. When false or absent the markers are customer defined</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="AutomaticCutting" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Scan for the barcode on periodical intervals at the device and release the job automatically when the barcode is scanned.
Only to be used with OPOS, HP or Mimaki V3 marks
</xs:documentation>
       
<xs:appinfo>Device</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BarCode" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Barcode used by the job. As multiple pages can exist the part defining the markers should hold the barcode too. The RIP will exchange the barcode when producing that part. So the current barcode can be read by the device</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BorderOffset" type="xs:decimal" default="0" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Distance of the border from the bounds of the content of the job.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BorderSize" type="xs:decimal" default="0" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Distance of the border from the bounds of the content of the job.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RegistrationMarkRatio" default="0.5" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Defines the relative size of the registration marks relative to the border size. Used when MarkType bit 0 (Registration marks) is set</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:decimal">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="RegistrationLabelRatio" default="0.5" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Defines the relative size of the text labels relative to the border size. Used when MarkType bit 0 (Registration marks) is set</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:decimal">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:choice>
</xs:group>

element RegistrationMarksGroup/MarkType
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p149.png
namespace https://printfactory.cloud/schema/2.0
type xs:unsignedInt
properties
minOcc 0
maxOcc 1
content simple
default 0
annotation
documentation
Registration marks used by this job. These bit flags as some can be combined but most are mutual exclusive:
0 : Registration marks
1 : Crop marks
2 : Border
3 : Template
4 : Subscript
5 : OPOS marks
6 : EPOS marks
7 : HP marks
8 : Fotoba marks
12 : Roland marks
13 : Mimaki v1 marks
18: Graphtec marks
22 : Mimaki v2 marks
24 : Mimaki v0 marks
25 : Register page
26 : Roland GX marks
27 : Mimaki v3 marks
28 : Camera marks
source <xs:element name="MarkType" type="xs:unsignedInt" default="0" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Registration marks used by this job. These bit flags as some can be combined but most are mutual exclusive:
0 : Registration marks
1 : Crop marks
2 : Border
3 : Template
4 : Subscript
5 : OPOS marks
6 : EPOS marks
7 : HP marks
8 : Fotoba marks
12 : Roland marks
13 : Mimaki v1 marks
18: Graphtec marks
22 : Mimaki v2 marks
24 : Mimaki v0 marks
25 : Register page
26 : Roland GX marks
27 : Mimaki v3 marks
28 : Camera marks
</xs:documentation>
 
</xs:annotation>
</xs:element>

element RegistrationMarksGroup/MarkerBlack
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p150.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:unsignedByte
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 0
enumeration 1
enumeration 2
annotation
documentation
Method of printing the marker black:
0 : Use black ink only
1 : Use all inks at 50%
2 : Use all inks at 100%
source <xs:element name="MarkerBlack" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Method of printing the marker black:
0 : Use black ink only
1 : Use all inks at 50%
2 : Use all inks at 100%
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedByte">
     
<xs:enumeration value="0"/>
     
<xs:enumeration value="1"/>
     
<xs:enumeration value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element RegistrationMarksGroup/MarkParameters
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p151.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:anyType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Type  derived by: xs:string  required      
documentation
Type of markers
GUID  pf:GUID  required      
documentation
Marker definition ID as known in the cloud resources
ReadOnly  xs:boolean  optional      
documentation
ReadOnly is set when it are factory supplied markers. When false or absent the markers are customer defined
source <xs:element name="MarkParameters" minOccurs="0">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="xs:anyType">
       
<xs:attribute name="Type" use="required">
         
<xs:annotation>
           
<xs:documentation>Type of markers</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:enumeration value="FotobaMarks"/>
             
<xs:enumeration value="CuttingMarks"/>
             
<xs:enumeration value="Camera"/>
             
<xs:enumeration value="Fotoba"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="GUID" type="pf:GUID" use="required">
         
<xs:annotation>
           
<xs:documentation>Marker definition ID as known in the cloud resources</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ReadOnly" type="xs:boolean" use="optional">
         
<xs:annotation>
           
<xs:documentation>ReadOnly is set when it are factory supplied markers. When false or absent the markers are customer defined</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute RegistrationMarksGroup/MarkParameters/@Type
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration FotobaMarks
enumeration CuttingMarks
enumeration Camera
enumeration Fotoba
annotation
documentation
Type of markers
source <xs:attribute name="Type" use="required">
 
<xs:annotation>
   
<xs:documentation>Type of markers</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="FotobaMarks"/>
     
<xs:enumeration value="CuttingMarks"/>
     
<xs:enumeration value="Camera"/>
     
<xs:enumeration value="Fotoba"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute RegistrationMarksGroup/MarkParameters/@GUID
type pf:GUID
properties
use required
facets
Kind Value Annotation
pattern [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
annotation
documentation
Marker definition ID as known in the cloud resources
source <xs:attribute name="GUID" type="pf:GUID" use="required">
 
<xs:annotation>
   
<xs:documentation>Marker definition ID as known in the cloud resources</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute RegistrationMarksGroup/MarkParameters/@ReadOnly
type xs:boolean
properties
use optional
annotation
documentation
ReadOnly is set when it are factory supplied markers. When false or absent the markers are customer defined
source <xs:attribute name="ReadOnly" type="xs:boolean" use="optional">
 
<xs:annotation>
   
<xs:documentation>ReadOnly is set when it are factory supplied markers. When false or absent the markers are customer defined</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element RegistrationMarksGroup/AutomaticCutting
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p152.png
namespace https://printfactory.cloud/schema/2.0
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Scan for the barcode on periodical intervals at the device and release the job automatically when the barcode is scanned.
Only to be used with OPOS, HP or Mimaki V3 marks
appinfo
Device
source <xs:element name="AutomaticCutting" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Scan for the barcode on periodical intervals at the device and release the job automatically when the barcode is scanned.
Only to be used with OPOS, HP or Mimaki V3 marks
</xs:documentation>
   
<xs:appinfo>Device</xs:appinfo>
 
</xs:annotation>
</xs:element>

element RegistrationMarksGroup/BarCode
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p153.png
namespace https://printfactory.cloud/schema/2.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Barcode used by the job. As multiple pages can exist the part defining the markers should hold the barcode too. The RIP will exchange the barcode when producing that part. So the current barcode can be read by the device
source <xs:element name="BarCode" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Barcode used by the job. As multiple pages can exist the part defining the markers should hold the barcode too. The RIP will exchange the barcode when producing that part. So the current barcode can be read by the device</xs:documentation>
 
</xs:annotation>
</xs:element>

element RegistrationMarksGroup/BorderOffset
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p154.png
namespace https://printfactory.cloud/schema/2.0
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
default 0
annotation
documentation
Distance of the border from the bounds of the content of the job.
source <xs:element name="BorderOffset" type="xs:decimal" default="0" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Distance of the border from the bounds of the content of the job.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RegistrationMarksGroup/BorderSize
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p155.png
namespace https://printfactory.cloud/schema/2.0
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
default 0
annotation
documentation
Distance of the border from the bounds of the content of the job.
source <xs:element name="BorderSize" type="xs:decimal" default="0" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Distance of the border from the bounds of the content of the job.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RegistrationMarksGroup/RegistrationMarkRatio
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p156.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
default 0.5
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
annotation
documentation
Defines the relative size of the registration marks relative to the border size. Used when MarkType bit 0 (Registration marks) is set
source <xs:element name="RegistrationMarkRatio" default="0.5" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Defines the relative size of the registration marks relative to the border size. Used when MarkType bit 0 (Registration marks) is set</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element RegistrationMarksGroup/RegistrationLabelRatio
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p157.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
default 0.5
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
annotation
documentation
Defines the relative size of the text labels relative to the border size. Used when MarkType bit 0 (Registration marks) is set
source <xs:element name="RegistrationLabelRatio" default="0.5" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Defines the relative size of the text labels relative to the border size. Used when MarkType bit 0 (Registration marks) is set</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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