group DeviceGroup
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p64.png
namespace https://printfactory.cloud/schema/2.0
children pf:DeviceGUID pf:PrinterDriver pf:PrinterPort pf:DS
used by
element Job
annotation
documentation
Device settings
source <xs:group name="DeviceGroup">
 
<xs:annotation>
   
<xs:documentation>Device settings</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="DeviceGUID" type="pf:GUID">
     
<xs:annotation>
       
<xs:documentation>ID of the device to send the job to</xs:documentation>
       
<xs:appinfo>Device</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PrinterDriver" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Device driver to use for processing this job</xs:documentation>
       
<xs:appinfo>Device</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PrinterPort" type="xs:anyURI">
     
<xs:annotation>
       
<xs:documentation>URI defining the output port to be used by the device driver</xs:documentation>
       
<xs:appinfo>Device</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DS" type="xs:anyType">
     
<xs:annotation>
       
<xs:documentation>Driverssetting for the driver of the device. The content of DS is specific for the device</xs:documentation>
       
<xs:appinfo>Device</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:group>

element DeviceGroup/DeviceGUID
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p65.png
namespace https://printfactory.cloud/schema/2.0
type pf:GUID
properties
content simple
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
ID of the device to send the job to
appinfo
Device
source <xs:element name="DeviceGUID" type="pf:GUID">
 
<xs:annotation>
   
<xs:documentation>ID of the device to send the job to</xs:documentation>
   
<xs:appinfo>Device</xs:appinfo>
 
</xs:annotation>
</xs:element>

element DeviceGroup/PrinterDriver
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p66.png
namespace https://printfactory.cloud/schema/2.0
type xs:string
properties
content simple
annotation
documentation
Device driver to use for processing this job
appinfo
Device
source <xs:element name="PrinterDriver" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Device driver to use for processing this job</xs:documentation>
   
<xs:appinfo>Device</xs:appinfo>
 
</xs:annotation>
</xs:element>

element DeviceGroup/PrinterPort
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p67.png
namespace https://printfactory.cloud/schema/2.0
type xs:anyURI
properties
content simple
annotation
documentation
URI defining the output port to be used by the device driver
appinfo
Device
source <xs:element name="PrinterPort" type="xs:anyURI">
 
<xs:annotation>
   
<xs:documentation>URI defining the output port to be used by the device driver</xs:documentation>
   
<xs:appinfo>Device</xs:appinfo>
 
</xs:annotation>
</xs:element>

element DeviceGroup/DS
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p68.png
namespace https://printfactory.cloud/schema/2.0
type xs:anyType
properties
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
annotation
documentation
Driverssetting for the driver of the device. The content of DS is specific for the device
appinfo
Device
source <xs:element name="DS" type="xs:anyType">
 
<xs:annotation>
   
<xs:documentation>Driverssetting for the driver of the device. The content of DS is specific for the device</xs:documentation>
   
<xs:appinfo>Device</xs:appinfo>
 
</xs:annotation>
</xs:element>


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