group CuttingGroup
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p59.png
namespace https://printfactory.cloud/schema/2.0
children pf:Cut pf:Feed pf:Sort pf:Preview
used by
element Job
annotation
documentation
Contour cutting parameters
source <xs:group name="CuttingGroup">
 
<xs:annotation>
   
<xs:documentation>Contour cutting parameters</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="Cut" type="xs:boolean" default="false" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>True when the job needs to cut.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Feed" default="Right" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Define the end position of the cutter head after the job is finished. Transport will feed the job from the table.</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="Begin"/>
         
<xs:enumeration value="Top"/>
         
<xs:enumeration value="Right"/>
         
<xs:enumeration value="Transport"/>
         
<xs:enumeration value="Cut and transport"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Sort" default="Speed" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Method of sorting the cut contours; optimized on Speed (minimal movement) or Transport (minimal media movement) or None</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="None"/>
         
<xs:enumeration value="Speed"/>
         
<xs:enumeration value="Transport"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Preview" type="xs:base64Binary" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>PNG thumbnail representing the job. This is generated on the fly by the RIP when this is needed for the target device.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:group>

element CuttingGroup/Cut
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p60.png
namespace https://printfactory.cloud/schema/2.0
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
annotation
documentation
True when the job needs to cut.
source <xs:element name="Cut" type="xs:boolean" default="false" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>True when the job needs to cut.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CuttingGroup/Feed
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p61.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
default Right
facets
Kind Value Annotation
enumeration Begin
enumeration Top
enumeration Right
enumeration Transport
enumeration Cut and transport
annotation
documentation
Define the end position of the cutter head after the job is finished. Transport will feed the job from the table.
source <xs:element name="Feed" default="Right" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Define the end position of the cutter head after the job is finished. Transport will feed the job from the table.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Begin"/>
     
<xs:enumeration value="Top"/>
     
<xs:enumeration value="Right"/>
     
<xs:enumeration value="Transport"/>
     
<xs:enumeration value="Cut and transport"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element CuttingGroup/Sort
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p62.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
default Speed
facets
Kind Value Annotation
enumeration None
enumeration Speed
enumeration Transport
annotation
documentation
Method of sorting the cut contours; optimized on Speed (minimal movement) or Transport (minimal media movement) or None
source <xs:element name="Sort" default="Speed" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Method of sorting the cut contours; optimized on Speed (minimal movement) or Transport (minimal media movement) or None</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="None"/>
     
<xs:enumeration value="Speed"/>
     
<xs:enumeration value="Transport"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element CuttingGroup/Preview
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p63.png
namespace https://printfactory.cloud/schema/2.0
type xs:base64Binary
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
PNG thumbnail representing the job. This is generated on the fly by the RIP when this is needed for the target device.
source <xs:element name="Preview" type="xs:base64Binary" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>PNG thumbnail representing the job. This is generated on the fly by the RIP when this is needed for the target device.</xs:documentation>
 
</xs:annotation>
</xs:element>


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