group ReportingGroup
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p158.png
namespace https://printfactory.cloud/schema/2.0
children pf:Journal pf:Statistics pf:Status pf:SpoolGUID pf:TimeUsage
used by
element Job
annotation
documentation
Usage, statistics and logging
source <xs:group name="ReportingGroup">
 
<xs:annotation>
   
<xs:documentation>Usage, statistics and logging</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="Journal" type="pf:Journal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Sequential log book of actions performed on the job</xs:documentation>
       
<xs:appinfo>State</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Statistics" type="pf:Statistics" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Document and media size usage statistics after nesting from Layout, CND or RIPNester.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Status" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Media and ink usage data for a single impression of the job.</xs:documentation>
       
<xs:appinfo>State</xs:appinfo>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="MediaUsage" type="xs:decimal">
           
<xs:annotation>
             
<xs:documentation>Used media in square unit</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="SpoolGUID" type="pf:GUID" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Unique GUID generated everytime the job is send to the device. To allow determining distinct sessions.</xs:documentation>
       
<xs:appinfo>RIP</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TimeUsage" type="xs:positiveInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Time used to produced the job on the device in seconds</xs:documentation>
       
<xs:appinfo>State</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:group>

element ReportingGroup/Journal
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p159.png
namespace https://printfactory.cloud/schema/2.0
type pf:Journal
properties
minOcc 0
maxOcc 1
content complex
children pf:Creation pf:Cut pf:JobEdit pf:Nest pf:Preflight pf:Print pf:ReRoute pf:RIP pf:Send pf:Workflow
annotation
documentation
Sequential log book of actions performed on the job
appinfo
State
source <xs:element name="Journal" type="pf:Journal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Sequential log book of actions performed on the job</xs:documentation>
   
<xs:appinfo>State</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportingGroup/Statistics
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p160.png
namespace https://printfactory.cloud/schema/2.0
type pf:Statistics
properties
minOcc 0
maxOcc 1
content complex
children pf:Summary pf:Page
annotation
documentation
Document and media size usage statistics after nesting from Layout, CND or RIPNester.
source <xs:element name="Statistics" type="pf:Statistics" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Document and media size usage statistics after nesting from Layout, CND or RIPNester.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ReportingGroup/Status
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p161.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 0
maxOcc 1
content complex
children pf:MediaUsage
annotation
documentation
Media and ink usage data for a single impression of the job.
appinfo
State
source <xs:element name="Status" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Media and ink usage data for a single impression of the job.</xs:documentation>
   
<xs:appinfo>State</xs:appinfo>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="MediaUsage" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation>Used media in square unit</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ReportingGroup/Status/MediaUsage
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p162.png
namespace https://printfactory.cloud/schema/2.0
type xs:decimal
properties
content simple
annotation
documentation
Used media in square unit
source <xs:element name="MediaUsage" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Used media in square unit</xs:documentation>
 
</xs:annotation>
</xs:element>

element ReportingGroup/SpoolGUID
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p163.png
namespace https://printfactory.cloud/schema/2.0
type pf:GUID
properties
minOcc 0
maxOcc 1
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
Unique GUID generated everytime the job is send to the device. To allow determining distinct sessions.
appinfo
RIP
source <xs:element name="SpoolGUID" type="pf:GUID" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Unique GUID generated everytime the job is send to the device. To allow determining distinct sessions.</xs:documentation>
   
<xs:appinfo>RIP</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportingGroup/TimeUsage
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p164.png
namespace https://printfactory.cloud/schema/2.0
type xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Time used to produced the job on the device in seconds
appinfo
State
source <xs:element name="TimeUsage" type="xs:positiveInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Time used to produced the job on the device in seconds</xs:documentation>
   
<xs:appinfo>State</xs:appinfo>
 
</xs:annotation>
</xs:element>


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