group PMMGroup
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p143.png
namespace https://printfactory.cloud/schema/2.0
children pf:PrinterProfile pf:ModeVariant pf:PrintMode pf:TAC
used by
element Job
annotation
documentation
Printer Media and Mode settings
source <xs:group name="PMMGroup">
 
<xs:annotation>
   
<xs:documentation>Printer Media and Mode settings</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="PrinterProfile">
     
<xs:annotation>
       
<xs:documentation>Reference to the PMM to be used to process this job</xs:documentation>
       
<xs:appinfo>Device</xs:appinfo>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="GUID" type="pf:GUID" use="required">
             
<xs:annotation>
               
<xs:documentation>PMM ID as stored inside the PMM and is the resource ID in the cloud.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attribute name="Type" use="required">
             
<xs:annotation>
               
<xs:documentation>Defines the reference type for the PMM:
- Embedded : the PMM is in this node as hex encoded binary stream.
- MediaMode : the PMM is to be looked up by the attributes Media and Mode
- GUID : the PMM is retrieved from the cloud store by its ID
- Path : the node points to the internal copy of the PMM in the RIP its cache
</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:enumeration value="Embedded"/>
                 
<xs:enumeration value="MediaMode"/>
                 
<xs:enumeration value="GUID"/>
                 
<xs:enumeration value="Path"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:attribute>
           
<xs:attribute name="Media" type="xs:string">
             
<xs:annotation>
               
<xs:documentation>Media name of the PMM to look up when Type is MediaMode.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attribute name="Mode" type="xs:string">
             
<xs:annotation>
               
<xs:documentation>Mode name of the PMM to look up when Type is MediaMode.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="ModeVariant" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Variant of the PMM (PrinterProfile) to be used</xs:documentation>
       
<xs:appinfo>Device</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PrintMode" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Name of the print mode to show in the UI</xs:documentation>
       
<xs:appinfo>Device</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TAC" type="xs:unsignedInt" default="400" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>TAC queried from the PMM (PrinterProfile) and passed to the driver as information</xs:documentation>
       
<xs:appinfo>Device</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:group>

element PMMGroup/PrinterProfile
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p144.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:string
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
GUID  pf:GUID  required      
documentation
PMM ID as stored inside the PMM and is the resource ID in the cloud.
Type  derived by: xs:string  required      
documentation
Defines the reference type for the PMM:
- Embedded : the PMM is in this node as hex encoded binary stream.
- MediaMode : the PMM is to be looked up by the attributes Media and Mode
- GUID : the PMM is retrieved from the cloud store by its ID
- Path : the node points to the internal copy of the PMM in the RIP its cache
Media  xs:string        
documentation
Media name of the PMM to look up when Type is MediaMode.
Mode  xs:string        
documentation
Mode name of the PMM to look up when Type is MediaMode.
annotation
documentation
Reference to the PMM to be used to process this job
appinfo
Device
source <xs:element name="PrinterProfile">
 
<xs:annotation>
   
<xs:documentation>Reference to the PMM to be used to process this job</xs:documentation>
   
<xs:appinfo>Device</xs:appinfo>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="GUID" type="pf:GUID" use="required">
         
<xs:annotation>
           
<xs:documentation>PMM ID as stored inside the PMM and is the resource ID in the cloud.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Type" use="required">
         
<xs:annotation>
           
<xs:documentation>Defines the reference type for the PMM:
- Embedded : the PMM is in this node as hex encoded binary stream.
- MediaMode : the PMM is to be looked up by the attributes Media and Mode
- GUID : the PMM is retrieved from the cloud store by its ID
- Path : the node points to the internal copy of the PMM in the RIP its cache
</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:enumeration value="Embedded"/>
             
<xs:enumeration value="MediaMode"/>
             
<xs:enumeration value="GUID"/>
             
<xs:enumeration value="Path"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="Media" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>Media name of the PMM to look up when Type is MediaMode.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Mode" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>Mode name of the PMM to look up when Type is MediaMode.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute PMMGroup/PrinterProfile/@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
PMM ID as stored inside the PMM and is the resource ID in the cloud.
source <xs:attribute name="GUID" type="pf:GUID" use="required">
 
<xs:annotation>
   
<xs:documentation>PMM ID as stored inside the PMM and is the resource ID in the cloud.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PMMGroup/PrinterProfile/@Type
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration Embedded
enumeration MediaMode
enumeration GUID
enumeration Path
annotation
documentation
Defines the reference type for the PMM:
- Embedded : the PMM is in this node as hex encoded binary stream.
- MediaMode : the PMM is to be looked up by the attributes Media and Mode
- GUID : the PMM is retrieved from the cloud store by its ID
- Path : the node points to the internal copy of the PMM in the RIP its cache
source <xs:attribute name="Type" use="required">
 
<xs:annotation>
   
<xs:documentation>Defines the reference type for the PMM:
- Embedded : the PMM is in this node as hex encoded binary stream.
- MediaMode : the PMM is to be looked up by the attributes Media and Mode
- GUID : the PMM is retrieved from the cloud store by its ID
- Path : the node points to the internal copy of the PMM in the RIP its cache
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Embedded"/>
     
<xs:enumeration value="MediaMode"/>
     
<xs:enumeration value="GUID"/>
     
<xs:enumeration value="Path"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute PMMGroup/PrinterProfile/@Media
type xs:string
annotation
documentation
Media name of the PMM to look up when Type is MediaMode.
source <xs:attribute name="Media" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Media name of the PMM to look up when Type is MediaMode.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PMMGroup/PrinterProfile/@Mode
type xs:string
annotation
documentation
Mode name of the PMM to look up when Type is MediaMode.
source <xs:attribute name="Mode" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Mode name of the PMM to look up when Type is MediaMode.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element PMMGroup/ModeVariant
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p145.png
namespace https://printfactory.cloud/schema/2.0
type xs:string
properties
content simple
annotation
documentation
Variant of the PMM (PrinterProfile) to be used
appinfo
Device
source <xs:element name="ModeVariant" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Variant of the PMM (PrinterProfile) to be used</xs:documentation>
   
<xs:appinfo>Device</xs:appinfo>
 
</xs:annotation>
</xs:element>

element PMMGroup/PrintMode
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p146.png
namespace https://printfactory.cloud/schema/2.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Name of the print mode to show in the UI
appinfo
Device
source <xs:element name="PrintMode" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name of the print mode to show in the UI</xs:documentation>
   
<xs:appinfo>Device</xs:appinfo>
 
</xs:annotation>
</xs:element>

element PMMGroup/TAC
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p147.png
namespace https://printfactory.cloud/schema/2.0
type xs:unsignedInt
properties
minOcc 0
maxOcc 1
content simple
default 400
annotation
documentation
TAC queried from the PMM (PrinterProfile) and passed to the driver as information
appinfo
Device
source <xs:element name="TAC" type="xs:unsignedInt" default="400" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>TAC queried from the PMM (PrinterProfile) and passed to the driver as information</xs:documentation>
   
<xs:appinfo>Device</xs:appinfo>
 
</xs:annotation>
</xs:element>


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