diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
children | pf:Creation pf:Cut pf:JobEdit pf:Nest pf:Preflight pf:Print pf:ReRoute pf:RIP pf:Send pf:Workflow | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Journal"> <xs:annotation> <xs:documentation>Journal of all operations applied on the job</xs:documentation> </xs:annotation> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="Creation" type="pf:JournalEntry"/> <xs:element name="Cut" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been cut</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Copies" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Number of copies that have been cut</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Barcode" type="xs:string" minOccurs="0"/> <xs:element name="CutLength" minOccurs="0"> <xs:annotation> <xs:documentation>Length of the cut contours in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="MediaUsage" minOccurs="0"> <xs:complexType> <xs:attribute name="Type"> <xs:annotation> <xs:documentation>Metida type used for printing. This might differ from the requested media type in the job</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Area" use="optional"> <xs:annotation> <xs:documentation>Area of the used media</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="JobEdit" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Message" type="xs:string"> <xs:annotation> <xs:documentation>Description of the edit performed</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Nest" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been printed</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Preflight" minOccurs="0"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Profile"> <xs:annotation> <xs:documentation>Name of the preflight profile used</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="GUID" type="pf:GUID" use="required"> <xs:annotation> <xs:documentation>GUID of the preflight profile used</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Result" use="required"> <xs:annotation> <xs:documentation>Result of the preflight</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Pass"/> <xs:enumeration value="Fail"/> <xs:enumeration value="Fixed"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="Checks"> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="Check"> <xs:complexType> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the check step</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Result" use="required"> <xs:annotation> <xs:documentation>Result of the preflight</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Pass"/> <xs:enumeration value="Fail"/> <xs:enumeration value="Fixed"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Print" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been printed</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Copies" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Number of copies that have been printed</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Message" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Status or message returned by the printer for this action</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InkUsage" minOccurs="0"> <xs:annotation> <xs:documentation>Used ink. Depending on the device this might be drop counts and/or picoliters. Only present at print jobs after RIPing.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Ink" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Ink (ref InkSet node)</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the ink</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ml" use="required"> <xs:annotation> <xs:documentation>Amount of milliliters of ink used when estimation information is available for the device that used for this job</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="ml" use="required"> <xs:annotation> <xs:documentation>Total amount of milliliters of ink used when estimation information is available for the device that used for this job</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="MediaUsage" minOccurs="0"> <xs:complexType> <xs:attribute name="Type"> <xs:annotation> <xs:documentation>Metida type used for printing. This might differ from the requested media type in the job</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Area" use="optional"> <xs:annotation> <xs:documentation>Area of the used media</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="ReRoute" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="JobGUID" type="pf:GUID"> <xs:annotation> <xs:documentation>ID of the orignal job from which this job is created</xs:documentation> </xs:annotation> </xs:element> <xs:element name="User" type="xs:string"> <xs:annotation> <xs:documentation>User name of the original job. In the current job the user is the person that invoked the re-route</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DeviceGUID" type="pf:GUID"> <xs:annotation> <xs:documentation>ID of the original device the job was send to</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PrinterProfile" type="pf:GUID" minOccurs="0"> <xs:annotation> <xs:documentation>ID of the PMM the job was using if the job was a print job</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ModeVariant" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Original variant name of the job was a print job</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="RIP" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Result" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Result from the RIP process. Like the list of how spot colors are found</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RenderGUID" type="pf:GUID"> <xs:annotation> <xs:documentation>Unique GUID generated everytime the job is RIPed. This allows to determine if between 2 job updates the job has been re-RIP-ed</xs:documentation> <xs:appinfo>RIP</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Send" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been printed</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Workflow" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:any/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
type | pf:JournalEntry | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Creation" type="pf:JournalEntry"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of pf:JournalEntry | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | pf:Page pf:Copies pf:Barcode pf:CutLength pf:MediaUsage | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Cut" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been cut</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Copies" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Number of copies that have been cut</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Barcode" type="xs:string" minOccurs="0"/> <xs:element name="CutLength" minOccurs="0"> <xs:annotation> <xs:documentation>Length of the cut contours in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="MediaUsage" minOccurs="0"> <xs:complexType> <xs:attribute name="Type"> <xs:annotation> <xs:documentation>Metida type used for printing. This might differ from the requested media type in the job</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Area" use="optional"> <xs:annotation> <xs:documentation>Area of the used media</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
type | xs:positiveInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been cut</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
type | xs:positiveInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="Copies" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Number of copies that have been cut</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Barcode" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | restriction of xs:decimal | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="CutLength" minOccurs="0"> <xs:annotation> <xs:documentation>Length of the cut contours in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <xs:element name="MediaUsage" minOccurs="0"> <xs:complexType> <xs:attribute name="Type"> <xs:annotation> <xs:documentation>Metida type used for printing. This might differ from the requested media type in the job</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Area" use="optional"> <xs:annotation> <xs:documentation>Area of the used media</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
annotation |
|
||
source | <xs:attribute name="Type"> <xs:annotation> <xs:documentation>Metida type used for printing. This might differ from the requested media type in the job</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:decimal | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="Area" use="optional"> <xs:annotation> <xs:documentation>Area of the used media</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of pf:JournalEntry | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | pf:Message | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="JobEdit" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Message" type="xs:string"> <xs:annotation> <xs:documentation>Description of the edit performed</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="Message" type="xs:string"> <xs:annotation> <xs:documentation>Description of the edit performed</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of pf:JournalEntry | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | pf:Page | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Nest" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been printed</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
type | xs:positiveInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been printed</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of pf:JournalEntry | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | pf:Profile pf:Checks | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Preflight" minOccurs="0"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Profile"> <xs:annotation> <xs:documentation>Name of the preflight profile used</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="GUID" type="pf:GUID" use="required"> <xs:annotation> <xs:documentation>GUID of the preflight profile used</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Result" use="required"> <xs:annotation> <xs:documentation>Result of the preflight</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Pass"/> <xs:enumeration value="Fail"/> <xs:enumeration value="Fixed"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="Checks"> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="Check"> <xs:complexType> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the check step</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Result" use="required"> <xs:annotation> <xs:documentation>Result of the preflight</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Pass"/> <xs:enumeration value="Fail"/> <xs:enumeration value="Fixed"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||
type | extension of xs:string | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="Profile"> <xs:annotation> <xs:documentation>Name of the preflight profile used</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="GUID" type="pf:GUID" use="required"> <xs:annotation> <xs:documentation>GUID of the preflight profile used</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Result" use="required"> <xs:annotation> <xs:documentation>Result of the preflight</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Pass"/> <xs:enumeration value="Fail"/> <xs:enumeration value="Fixed"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
type | pf:GUID | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="GUID" type="pf:GUID" use="required"> <xs:annotation> <xs:documentation>GUID of the preflight profile used</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:attribute name="Result" use="required"> <xs:annotation> <xs:documentation>Result of the preflight</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Pass"/> <xs:enumeration value="Fail"/> <xs:enumeration value="Fixed"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
properties |
|
||
children | pf:Check | ||
source | <xs:element name="Checks"> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="Check"> <xs:complexType> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the check step</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Result" use="required"> <xs:annotation> <xs:documentation>Result of the preflight</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Pass"/> <xs:enumeration value="Fail"/> <xs:enumeration value="Fixed"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <xs:element name="Check"> <xs:complexType> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the check step</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Result" use="required"> <xs:annotation> <xs:documentation>Result of the preflight</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Pass"/> <xs:enumeration value="Fail"/> <xs:enumeration value="Fixed"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the check step</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:attribute name="Result" use="required"> <xs:annotation> <xs:documentation>Result of the preflight</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Pass"/> <xs:enumeration value="Fail"/> <xs:enumeration value="Fixed"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of pf:JournalEntry | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | pf:Page pf:Copies pf:Message pf:InkUsage pf:MediaUsage | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Print" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been printed</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Copies" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Number of copies that have been printed</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Message" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Status or message returned by the printer for this action</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InkUsage" minOccurs="0"> <xs:annotation> <xs:documentation>Used ink. Depending on the device this might be drop counts and/or picoliters. Only present at print jobs after RIPing.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Ink" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Ink (ref InkSet node)</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the ink</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ml" use="required"> <xs:annotation> <xs:documentation>Amount of milliliters of ink used when estimation information is available for the device that used for this job</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="ml" use="required"> <xs:annotation> <xs:documentation>Total amount of milliliters of ink used when estimation information is available for the device that used for this job</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="MediaUsage" minOccurs="0"> <xs:complexType> <xs:attribute name="Type"> <xs:annotation> <xs:documentation>Metida type used for printing. This might differ from the requested media type in the job</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Area" use="optional"> <xs:annotation> <xs:documentation>Area of the used media</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
type | xs:positiveInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been printed</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
type | xs:positiveInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="Copies" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Number of copies that have been printed</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="Message" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Status or message returned by the printer for this action</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||
properties |
|
||||||||||||||
children | pf:Ink | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="InkUsage" minOccurs="0"> <xs:annotation> <xs:documentation>Used ink. Depending on the device this might be drop counts and/or picoliters. Only present at print jobs after RIPing.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Ink" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Ink (ref InkSet node)</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the ink</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ml" use="required"> <xs:annotation> <xs:documentation>Amount of milliliters of ink used when estimation information is available for the device that used for this job</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="ml" use="required"> <xs:annotation> <xs:documentation>Total amount of milliliters of ink used when estimation information is available for the device that used for this job</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
type | restriction of xs:decimal | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="ml" use="required"> <xs:annotation> <xs:documentation>Total amount of milliliters of ink used when estimation information is available for the device that used for this job</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | |||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="Ink" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Ink (ref InkSet node)</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the ink</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ml" use="required"> <xs:annotation> <xs:documentation>Amount of milliliters of ink used when estimation information is available for the device that used for this job</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the ink</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:decimal | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="ml" use="required"> <xs:annotation> <xs:documentation>Amount of milliliters of ink used when estimation information is available for the device that used for this job</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | |||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <xs:element name="MediaUsage" minOccurs="0"> <xs:complexType> <xs:attribute name="Type"> <xs:annotation> <xs:documentation>Metida type used for printing. This might differ from the requested media type in the job</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Area" use="optional"> <xs:annotation> <xs:documentation>Area of the used media</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
annotation |
|
||
source | <xs:attribute name="Type"> <xs:annotation> <xs:documentation>Metida type used for printing. This might differ from the requested media type in the job</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:decimal | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="Area" use="optional"> <xs:annotation> <xs:documentation>Area of the used media</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of pf:JournalEntry | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | pf:JobGUID pf:User pf:DeviceGUID pf:PrinterProfile pf:ModeVariant | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="ReRoute" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="JobGUID" type="pf:GUID"> <xs:annotation> <xs:documentation>ID of the orignal job from which this job is created</xs:documentation> </xs:annotation> </xs:element> <xs:element name="User" type="xs:string"> <xs:annotation> <xs:documentation>User name of the original job. In the current job the user is the person that invoked the re-route</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DeviceGUID" type="pf:GUID"> <xs:annotation> <xs:documentation>ID of the original device the job was send to</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PrinterProfile" type="pf:GUID" minOccurs="0"> <xs:annotation> <xs:documentation>ID of the PMM the job was using if the job was a print job</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ModeVariant" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Original variant name of the job was a print job</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | pf:GUID | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="JobGUID" type="pf:GUID"> <xs:annotation> <xs:documentation>ID of the orignal job from which this job is created</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="User" type="xs:string"> <xs:annotation> <xs:documentation>User name of the original job. In the current job the user is the person that invoked the re-route</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | pf:GUID | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="DeviceGUID" type="pf:GUID"> <xs:annotation> <xs:documentation>ID of the original device the job was send to</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | pf:GUID | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="PrinterProfile" type="pf:GUID" minOccurs="0"> <xs:annotation> <xs:documentation>ID of the PMM the job was using if the job was a print job</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="ModeVariant" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Original variant name of the job was a print job</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of pf:JournalEntry | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | pf:Result pf:RenderGUID | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="RIP" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Result" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Result from the RIP process. Like the list of how spot colors are found</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RenderGUID" type="pf:GUID"> <xs:annotation> <xs:documentation>Unique GUID generated everytime the job is RIPed. This allows to determine if between 2 job updates the job has been re-RIP-ed</xs:documentation> <xs:appinfo>RIP</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="Result" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Result from the RIP process. Like the list of how spot colors are found</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | pf:GUID | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="RenderGUID" type="pf:GUID"> <xs:annotation> <xs:documentation>Unique GUID generated everytime the job is RIPed. This allows to determine if between 2 job updates the job has been re-RIP-ed</xs:documentation> <xs:appinfo>RIP</xs:appinfo> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of pf:JournalEntry | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | pf:Page | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Send" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence> <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been printed</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
type | xs:positiveInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="Page" type="xs:positiveInteger"> <xs:annotation> <xs:documentation>Page of the job that has been printed</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of pf:JournalEntry | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Workflow" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="pf:JournalEntry"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:any/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |