complexType Statistics
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p332.png
namespace https://printfactory.cloud/schema/2.0
children pf:Summary pf:Page
used by
element ReportingGroup/Statistics
annotation
documentation
Production statistics; media efficiency, nesting results
source <xs:complexType name="Statistics">
 
<xs:annotation>
   
<xs:documentation>Production statistics; media efficiency, nesting results</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Summary">
     
<xs:annotation>
       
<xs:documentation>Statistics for the total job</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="ContentRect">
           
<xs:annotation>
             
<xs:documentation>Rectangle around all items on the job.</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="Left" type="xs:decimal" use="required"/>
             
<xs:attribute name="Top" type="xs:decimal" use="required"/>
             
<xs:attribute name="Right" type="xs:decimal" use="required"/>
             
<xs:attribute name="Bottom" type="xs:decimal" use="required"/>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="Efficiency">
           
<xs:annotation>
             
<xs:documentation>Pernuage of the printable media size filled with output.</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:decimal">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="GroupEfficiency" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Pernuage of the printable media size filled with output.</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="Deadline" type="xs:date" use="required">
               
<xs:annotation>
                 
<xs:documentation>Deadline of the most effecient group</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Efficiency" use="required">
               
<xs:annotation>
                 
<xs:documentation>Pernuage of the printable media size filled with output for the most effecient group</xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:decimal">
                   
<xs:minInclusive value="0"/>
                   
<xs:maxInclusive value="1"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="Height">
           
<xs:annotation>
             
<xs:documentation>Length of the longest page filled with output.</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:decimal">
               
<xs:minInclusive value="0"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Width">
           
<xs:annotation>
             
<xs:documentation>Width of the widest page filled with output.</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:decimal">
               
<xs:minInclusive value="0"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Count" type="xs:nonNegativeInteger">
           
<xs:annotation>
             
<xs:documentation>Amount of items in the job</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Contents">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Document" maxOccurs="unbounded">
                 
<xs:complexType>
                   
<xs:attribute name="GUID" type="pf:GUID" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Document ID of the document present on this page</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="Page" type="xs:unsignedByte" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Page number of the document present on this page</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="TotalCopies" type="xs:nonNegativeInteger" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Requested amount of copies/impressions for the references document-page</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="Copies" type="xs:nonNegativeInteger" use="optional">
                     
<xs:annotation>
                       
<xs:documentation>Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="CutContours" type="pf:CutContour" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>List of cutcontours used in this job.</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:sequence>
                     
<xs:element name="Count" minOccurs="0" maxOccurs="unbounded">
                       
<xs:annotation>
                         
<xs:documentation>Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.</xs:documentation>
                       
</xs:annotation>
                       
<xs:complexType>
                         
<xs:simpleContent>
                           
<xs:extension base="xs:unsignedLong">
                             
<xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
                               
<xs:annotation>
                                 
<xs:documentation>Drop level (see parent node)</xs:documentation>
                               
</xs:annotation>
                             
</xs:attribute>
                           
</xs:extension>
                         
</xs:simpleContent>
                       
</xs:complexType>
                     
</xs:element>
                   
</xs:sequence>
                   
<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="Count" type="xs:unsignedLong" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="ml">
                     
<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">
               
<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:attribute>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Number" use="required">
         
<xs:annotation>
           
<xs:documentation>Must be 0</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:nonNegativeInteger">
             
<xs:minInclusive value="0"/>
             
<xs:maxInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Page" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Statistics per output page.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:choice maxOccurs="unbounded">
         
<xs:element name="ContentRect">
           
<xs:annotation>
             
<xs:documentation>Rectangle around all items on the page.</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="Left" type="xs:decimal" use="required"/>
             
<xs:attribute name="Top" type="xs:decimal" use="required"/>
             
<xs:attribute name="Right" type="xs:decimal" use="required"/>
             
<xs:attribute name="Bottom" type="xs:decimal" use="required"/>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="Efficiency">
           
<xs:annotation>
             
<xs:documentation>Pernuage of the printable media size filled with output.</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:decimal">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Height">
           
<xs:annotation>
             
<xs:documentation>Length of the page filled with output.</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:decimal">
               
<xs:minInclusive value="0"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Width">
           
<xs:annotation>
             
<xs:documentation>Width of the page filled with output.</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:decimal">
               
<xs:minInclusive value="0"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Count" type="xs:nonNegativeInteger">
           
<xs:annotation>
             
<xs:documentation>Amount of items on the page</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Contents">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Document" maxOccurs="unbounded">
                 
<xs:complexType>
                   
<xs:attribute name="GUID" type="pf:GUID" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Document ID of the document present on this page</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="Page" type="xs:unsignedByte" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Page number of the document present on this page</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="TotalCopies" type="xs:nonNegativeInteger" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Requested amount of copies/impressions for the references document-page</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="Copies" type="xs:nonNegativeInteger" use="optional">
                     
<xs:annotation>
                       
<xs:documentation>Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="CutContours" type="pf:CutContour" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>List of cutcontours used on this page of the job.</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:sequence>
                     
<xs:element name="Count" minOccurs="0" maxOccurs="unbounded">
                       
<xs:annotation>
                         
<xs:documentation>Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.</xs:documentation>
                       
</xs:annotation>
                       
<xs:complexType>
                         
<xs:simpleContent>
                           
<xs:extension base="xs:unsignedLong">
                             
<xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
                               
<xs:annotation>
                                 
<xs:documentation>Drop level (see parent node)</xs:documentation>
                               
</xs:annotation>
                             
</xs:attribute>
                           
</xs:extension>
                         
</xs:simpleContent>
                       
</xs:complexType>
                     
</xs:element>
                   
</xs:sequence>
                   
<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="Count" type="xs:unsignedLong" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="ml">
                     
<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">
               
<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:attribute>
           
</xs:complexType>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="Number" type="xs:nonNegativeInteger" use="required"/>
       
<xs:attribute name="Side" use="optional" default="A">
         
<xs:annotation>
           
<xs:documentation>Side of the sheet on which this page is printed. A/B or AB.</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:enumeration value="A"/>
             
<xs:enumeration value="B"/>
             
<xs:enumeration value="AB"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Statistics/Summary
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p333.png
namespace https://printfactory.cloud/schema/2.0
properties
content complex
children pf:ContentRect pf:Efficiency pf:GroupEfficiency pf:Height pf:Width pf:Count pf:Contents pf:CutContours pf:InkUsage
attributes
Name  Type  Use  Default  Fixed  Annotation
Number  derived by: xs:nonNegativeInteger  required      
documentation
Must be 0
annotation
documentation
Statistics for the total job
source <xs:element name="Summary">
 
<xs:annotation>
   
<xs:documentation>Statistics for the total job</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ContentRect">
       
<xs:annotation>
         
<xs:documentation>Rectangle around all items on the job.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="Left" type="xs:decimal" use="required"/>
         
<xs:attribute name="Top" type="xs:decimal" use="required"/>
         
<xs:attribute name="Right" type="xs:decimal" use="required"/>
         
<xs:attribute name="Bottom" type="xs:decimal" use="required"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Efficiency">
       
<xs:annotation>
         
<xs:documentation>Pernuage of the printable media size filled with output.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:decimal">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="GroupEfficiency" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Pernuage of the printable media size filled with output.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="Deadline" type="xs:date" use="required">
           
<xs:annotation>
             
<xs:documentation>Deadline of the most effecient group</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="Efficiency" use="required">
           
<xs:annotation>
             
<xs:documentation>Pernuage of the printable media size filled with output for the most effecient group</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:decimal">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Height">
       
<xs:annotation>
         
<xs:documentation>Length of the longest page filled with output.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:decimal">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Width">
       
<xs:annotation>
         
<xs:documentation>Width of the widest page filled with output.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:decimal">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Count" type="xs:nonNegativeInteger">
       
<xs:annotation>
         
<xs:documentation>Amount of items in the job</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Contents">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Document" maxOccurs="unbounded">
             
<xs:complexType>
               
<xs:attribute name="GUID" type="pf:GUID" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Document ID of the document present on this page</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="Page" type="xs:unsignedByte" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Page number of the document present on this page</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="TotalCopies" type="xs:nonNegativeInteger" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Requested amount of copies/impressions for the references document-page</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="Copies" type="xs:nonNegativeInteger" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="CutContours" type="pf:CutContour" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>List of cutcontours used in this job.</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:sequence>
                 
<xs:element name="Count" minOccurs="0" maxOccurs="unbounded">
                   
<xs:annotation>
                     
<xs:documentation>Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.</xs:documentation>
                   
</xs:annotation>
                   
<xs:complexType>
                     
<xs:simpleContent>
                       
<xs:extension base="xs:unsignedLong">
                         
<xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
                           
<xs:annotation>
                             
<xs:documentation>Drop level (see parent node)</xs:documentation>
                           
</xs:annotation>
                         
</xs:attribute>
                       
</xs:extension>
                     
</xs:simpleContent>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
               
<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="Count" type="xs:unsignedLong" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="ml">
                 
<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">
           
<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:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Number" use="required">
     
<xs:annotation>
       
<xs:documentation>Must be 0</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:nonNegativeInteger">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="0"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Statistics/Summary/@Number
type restriction of xs:nonNegativeInteger
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 0
annotation
documentation
Must be 0
source <xs:attribute name="Number" use="required">
 
<xs:annotation>
   
<xs:documentation>Must be 0</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:nonNegativeInteger">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element Statistics/Summary/ContentRect
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p334.png
namespace https://printfactory.cloud/schema/2.0
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Left  xs:decimal  required      
Top  xs:decimal  required      
Right  xs:decimal  required      
Bottom  xs:decimal  required      
annotation
documentation
Rectangle around all items on the job.
source <xs:element name="ContentRect">
 
<xs:annotation>
   
<xs:documentation>Rectangle around all items on the job.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="Left" type="xs:decimal" use="required"/>
   
<xs:attribute name="Top" type="xs:decimal" use="required"/>
   
<xs:attribute name="Right" type="xs:decimal" use="required"/>
   
<xs:attribute name="Bottom" type="xs:decimal" use="required"/>
 
</xs:complexType>
</xs:element>

attribute Statistics/Summary/ContentRect/@Left
type xs:decimal
properties
use required
source <xs:attribute name="Left" type="xs:decimal" use="required"/>

attribute Statistics/Summary/ContentRect/@Top
type xs:decimal
properties
use required
source <xs:attribute name="Top" type="xs:decimal" use="required"/>

attribute Statistics/Summary/ContentRect/@Right
type xs:decimal
properties
use required
source <xs:attribute name="Right" type="xs:decimal" use="required"/>

attribute Statistics/Summary/ContentRect/@Bottom
type xs:decimal
properties
use required
source <xs:attribute name="Bottom" type="xs:decimal" use="required"/>

element Statistics/Summary/Efficiency
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p335.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:decimal
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
annotation
documentation
Pernuage of the printable media size filled with output.
source <xs:element name="Efficiency">
 
<xs:annotation>
   
<xs:documentation>Pernuage of the printable media size filled with output.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Statistics/Summary/GroupEfficiency
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p336.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Deadline  xs:date  required      
documentation
Deadline of the most effecient group
Efficiency  derived by: xs:decimal  required      
documentation
Pernuage of the printable media size filled with output for the most effecient group
annotation
documentation
Pernuage of the printable media size filled with output.
source <xs:element name="GroupEfficiency" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Pernuage of the printable media size filled with output.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="Deadline" type="xs:date" use="required">
     
<xs:annotation>
       
<xs:documentation>Deadline of the most effecient group</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Efficiency" use="required">
     
<xs:annotation>
       
<xs:documentation>Pernuage of the printable media size filled with output for the most effecient group</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:decimal">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Statistics/Summary/GroupEfficiency/@Deadline
type xs:date
properties
use required
annotation
documentation
Deadline of the most effecient group
source <xs:attribute name="Deadline" type="xs:date" use="required">
 
<xs:annotation>
   
<xs:documentation>Deadline of the most effecient group</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Summary/GroupEfficiency/@Efficiency
type restriction of xs:decimal
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
annotation
documentation
Pernuage of the printable media size filled with output for the most effecient group
source <xs:attribute name="Efficiency" use="required">
 
<xs:annotation>
   
<xs:documentation>Pernuage of the printable media size filled with output for the most effecient group</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element Statistics/Summary/Height
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p337.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:decimal
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Length of the longest page filled with output.
source <xs:element name="Height">
 
<xs:annotation>
   
<xs:documentation>Length of the longest page filled with output.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Statistics/Summary/Width
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p338.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:decimal
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Width of the widest page filled with output.
source <xs:element name="Width">
 
<xs:annotation>
   
<xs:documentation>Width of the widest page filled with output.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Statistics/Summary/Count
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p339.png
namespace https://printfactory.cloud/schema/2.0
type xs:nonNegativeInteger
properties
content simple
annotation
documentation
Amount of items in the job
source <xs:element name="Count" type="xs:nonNegativeInteger">
 
<xs:annotation>
   
<xs:documentation>Amount of items in the job</xs:documentation>
 
</xs:annotation>
</xs:element>

element Statistics/Summary/Contents
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p340.png
namespace https://printfactory.cloud/schema/2.0
properties
content complex
children pf:Document
source <xs:element name="Contents">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Document" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:attribute name="GUID" type="pf:GUID" use="required">
           
<xs:annotation>
             
<xs:documentation>Document ID of the document present on this page</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="Page" type="xs:unsignedByte" use="required">
           
<xs:annotation>
             
<xs:documentation>Page number of the document present on this page</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="TotalCopies" type="xs:nonNegativeInteger" use="required">
           
<xs:annotation>
             
<xs:documentation>Requested amount of copies/impressions for the references document-page</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="Copies" type="xs:nonNegativeInteger" use="optional">
           
<xs:annotation>
             
<xs:documentation>Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Statistics/Summary/Contents/Document
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p341.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
GUID  pf:GUID  required      
documentation
Document ID of the document present on this page
Page  xs:unsignedByte  required      
documentation
Page number of the document present on this page
TotalCopies  xs:nonNegativeInteger  required      
documentation
Requested amount of copies/impressions for the references document-page
Copies  xs:nonNegativeInteger  optional      
documentation
Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
source <xs:element name="Document" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:attribute name="GUID" type="pf:GUID" use="required">
     
<xs:annotation>
       
<xs:documentation>Document ID of the document present on this page</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Page" type="xs:unsignedByte" use="required">
     
<xs:annotation>
       
<xs:documentation>Page number of the document present on this page</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="TotalCopies" type="xs:nonNegativeInteger" use="required">
     
<xs:annotation>
       
<xs:documentation>Requested amount of copies/impressions for the references document-page</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Copies" type="xs:nonNegativeInteger" use="optional">
     
<xs:annotation>
       
<xs:documentation>Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Statistics/Summary/Contents/Document/@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
Document ID of the document present on this page
source <xs:attribute name="GUID" type="pf:GUID" use="required">
 
<xs:annotation>
   
<xs:documentation>Document ID of the document present on this page</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Summary/Contents/Document/@Page
type xs:unsignedByte
properties
use required
annotation
documentation
Page number of the document present on this page
source <xs:attribute name="Page" type="xs:unsignedByte" use="required">
 
<xs:annotation>
   
<xs:documentation>Page number of the document present on this page</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Summary/Contents/Document/@TotalCopies
type xs:nonNegativeInteger
properties
use required
annotation
documentation
Requested amount of copies/impressions for the references document-page
source <xs:attribute name="TotalCopies" type="xs:nonNegativeInteger" use="required">
 
<xs:annotation>
   
<xs:documentation>Requested amount of copies/impressions for the references document-page</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Summary/Contents/Document/@Copies
type xs:nonNegativeInteger
properties
use optional
annotation
documentation
Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
source <xs:attribute name="Copies" type="xs:nonNegativeInteger" use="optional">
 
<xs:annotation>
   
<xs:documentation>Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Statistics/Summary/CutContours
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p342.png
namespace https://printfactory.cloud/schema/2.0
type pf:CutContour
properties
minOcc 0
maxOcc 1
content complex
children pf:Entry
annotation
documentation
List of cutcontours used in this job.
source <xs:element name="CutContours" type="pf:CutContour" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>List of cutcontours used in this job.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Statistics/Summary/InkUsage
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p343.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 0
maxOcc 1
content complex
children pf:Ink
attributes
Name  Type  Use  Default  Fixed  Annotation
ml          
documentation
Total amount of milliliters of ink used when estimation information is available for the device that used for this job
annotation
documentation
Used ink. Depending on the device this might be drop counts and/or picoliters.
Only present at print jobs after RIPing.
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:sequence>
           
<xs:element name="Count" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="xs:unsignedLong">
                   
<xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Drop level (see parent node)</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<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="Count" type="xs:unsignedLong" use="required">
           
<xs:annotation>
             
<xs:documentation>Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="ml">
           
<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">
     
<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:attribute>
 
</xs:complexType>
</xs:element>

attribute Statistics/Summary/InkUsage/@ml
annotation
documentation
Total amount of milliliters of ink used when estimation information is available for the device that used for this job
source <xs:attribute name="ml">
 
<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:attribute>

element Statistics/Summary/InkUsage/Ink
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p344.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 1
maxOcc unbounded
content complex
children pf:Count
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:string  required      
documentation
Name of the ink
Count  xs:unsignedLong  required      
documentation
Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
ml  derived by: xs:decimal        
documentation
Amount of milliliters of ink used when estimation information is available for the device that used for this job
annotation
documentation
Ink (ref InkSet node)
source <xs:element name="Ink" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Ink (ref InkSet node)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Count" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="xs:unsignedLong">
             
<xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
               
<xs:annotation>
                 
<xs:documentation>Drop level (see parent node)</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<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="Count" type="xs:unsignedLong" use="required">
     
<xs:annotation>
       
<xs:documentation>Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ml">
     
<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>

attribute Statistics/Summary/InkUsage/Ink/@Name
type xs:string
properties
use required
annotation
documentation
Name of the ink
source <xs:attribute name="Name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the ink</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Summary/InkUsage/Ink/@Count
type xs:unsignedLong
properties
use required
annotation
documentation
Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
source <xs:attribute name="Count" type="xs:unsignedLong" use="required">
 
<xs:annotation>
   
<xs:documentation>Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Summary/InkUsage/Ink/@ml
type restriction of xs:decimal
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Amount of milliliters of ink used when estimation information is available for the device that used for this job
source <xs:attribute name="ml">
 
<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>

element Statistics/Summary/InkUsage/Ink/Count
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p345.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:unsignedLong
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Level  xs:nonNegativeInteger  required      
documentation
Drop level (see parent node)
annotation
documentation
Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.
source <xs:element name="Count" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:unsignedLong">
       
<xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
         
<xs:annotation>
           
<xs:documentation>Drop level (see parent node)</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute Statistics/Summary/InkUsage/Ink/Count/@Level
type xs:nonNegativeInteger
properties
use required
annotation
documentation
Drop level (see parent node)
source <xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
 
<xs:annotation>
   
<xs:documentation>Drop level (see parent node)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Statistics/Page
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p346.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 1
maxOcc unbounded
content complex
children pf:ContentRect pf:Efficiency pf:Height pf:Width pf:Count pf:Contents pf:CutContours pf:InkUsage
attributes
Name  Type  Use  Default  Fixed  Annotation
Number  xs:nonNegativeInteger  required      
Side  derived by: xs:string  optional  A    
documentation
Side of the sheet on which this page is printed. A/B or AB.
annotation
documentation
Statistics per output page.
source <xs:element name="Page" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Statistics per output page.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice maxOccurs="unbounded">
     
<xs:element name="ContentRect">
       
<xs:annotation>
         
<xs:documentation>Rectangle around all items on the page.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="Left" type="xs:decimal" use="required"/>
         
<xs:attribute name="Top" type="xs:decimal" use="required"/>
         
<xs:attribute name="Right" type="xs:decimal" use="required"/>
         
<xs:attribute name="Bottom" type="xs:decimal" use="required"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Efficiency">
       
<xs:annotation>
         
<xs:documentation>Pernuage of the printable media size filled with output.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:decimal">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Height">
       
<xs:annotation>
         
<xs:documentation>Length of the page filled with output.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:decimal">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Width">
       
<xs:annotation>
         
<xs:documentation>Width of the page filled with output.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:decimal">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Count" type="xs:nonNegativeInteger">
       
<xs:annotation>
         
<xs:documentation>Amount of items on the page</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Contents">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Document" maxOccurs="unbounded">
             
<xs:complexType>
               
<xs:attribute name="GUID" type="pf:GUID" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Document ID of the document present on this page</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="Page" type="xs:unsignedByte" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Page number of the document present on this page</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="TotalCopies" type="xs:nonNegativeInteger" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Requested amount of copies/impressions for the references document-page</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="Copies" type="xs:nonNegativeInteger" use="optional">
                 
<xs:annotation>
                   
<xs:documentation>Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="CutContours" type="pf:CutContour" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>List of cutcontours used on this page of the job.</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:sequence>
                 
<xs:element name="Count" minOccurs="0" maxOccurs="unbounded">
                   
<xs:annotation>
                     
<xs:documentation>Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.</xs:documentation>
                   
</xs:annotation>
                   
<xs:complexType>
                     
<xs:simpleContent>
                       
<xs:extension base="xs:unsignedLong">
                         
<xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
                           
<xs:annotation>
                             
<xs:documentation>Drop level (see parent node)</xs:documentation>
                           
</xs:annotation>
                         
</xs:attribute>
                       
</xs:extension>
                     
</xs:simpleContent>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
               
<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="Count" type="xs:unsignedLong" use="required">
                 
<xs:annotation>
                   
<xs:documentation>Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
</xs:documentation>
                 
</xs:annotation>
               
</xs:attribute>
               
<xs:attribute name="ml">
                 
<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">
           
<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:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:choice>
   
<xs:attribute name="Number" type="xs:nonNegativeInteger" use="required"/>
   
<xs:attribute name="Side" use="optional" default="A">
     
<xs:annotation>
       
<xs:documentation>Side of the sheet on which this page is printed. A/B or AB.</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="A"/>
         
<xs:enumeration value="B"/>
         
<xs:enumeration value="AB"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Statistics/Page/@Number
type xs:nonNegativeInteger
properties
use required
source <xs:attribute name="Number" type="xs:nonNegativeInteger" use="required"/>

attribute Statistics/Page/@Side
type restriction of xs:string
properties
use optional
default A
facets
Kind Value Annotation
enumeration A
enumeration B
enumeration AB
annotation
documentation
Side of the sheet on which this page is printed. A/B or AB.
source <xs:attribute name="Side" use="optional" default="A">
 
<xs:annotation>
   
<xs:documentation>Side of the sheet on which this page is printed. A/B or AB.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="B"/>
     
<xs:enumeration value="AB"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element Statistics/Page/ContentRect
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p347.png
namespace https://printfactory.cloud/schema/2.0
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Left  xs:decimal  required      
Top  xs:decimal  required      
Right  xs:decimal  required      
Bottom  xs:decimal  required      
annotation
documentation
Rectangle around all items on the page.
source <xs:element name="ContentRect">
 
<xs:annotation>
   
<xs:documentation>Rectangle around all items on the page.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="Left" type="xs:decimal" use="required"/>
   
<xs:attribute name="Top" type="xs:decimal" use="required"/>
   
<xs:attribute name="Right" type="xs:decimal" use="required"/>
   
<xs:attribute name="Bottom" type="xs:decimal" use="required"/>
 
</xs:complexType>
</xs:element>

attribute Statistics/Page/ContentRect/@Left
type xs:decimal
properties
use required
source <xs:attribute name="Left" type="xs:decimal" use="required"/>

attribute Statistics/Page/ContentRect/@Top
type xs:decimal
properties
use required
source <xs:attribute name="Top" type="xs:decimal" use="required"/>

attribute Statistics/Page/ContentRect/@Right
type xs:decimal
properties
use required
source <xs:attribute name="Right" type="xs:decimal" use="required"/>

attribute Statistics/Page/ContentRect/@Bottom
type xs:decimal
properties
use required
source <xs:attribute name="Bottom" type="xs:decimal" use="required"/>

element Statistics/Page/Efficiency
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p348.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:decimal
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
annotation
documentation
Pernuage of the printable media size filled with output.
source <xs:element name="Efficiency">
 
<xs:annotation>
   
<xs:documentation>Pernuage of the printable media size filled with output.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Statistics/Page/Height
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p349.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:decimal
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Length of the page filled with output.
source <xs:element name="Height">
 
<xs:annotation>
   
<xs:documentation>Length of the page filled with output.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Statistics/Page/Width
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p350.png
namespace https://printfactory.cloud/schema/2.0
type restriction of xs:decimal
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Width of the page filled with output.
source <xs:element name="Width">
 
<xs:annotation>
   
<xs:documentation>Width of the page filled with output.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Statistics/Page/Count
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p351.png
namespace https://printfactory.cloud/schema/2.0
type xs:nonNegativeInteger
properties
content simple
annotation
documentation
Amount of items on the page
source <xs:element name="Count" type="xs:nonNegativeInteger">
 
<xs:annotation>
   
<xs:documentation>Amount of items on the page</xs:documentation>
 
</xs:annotation>
</xs:element>

element Statistics/Page/Contents
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p352.png
namespace https://printfactory.cloud/schema/2.0
properties
content complex
children pf:Document
source <xs:element name="Contents">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Document" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:attribute name="GUID" type="pf:GUID" use="required">
           
<xs:annotation>
             
<xs:documentation>Document ID of the document present on this page</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="Page" type="xs:unsignedByte" use="required">
           
<xs:annotation>
             
<xs:documentation>Page number of the document present on this page</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="TotalCopies" type="xs:nonNegativeInteger" use="required">
           
<xs:annotation>
             
<xs:documentation>Requested amount of copies/impressions for the references document-page</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="Copies" type="xs:nonNegativeInteger" use="optional">
           
<xs:annotation>
             
<xs:documentation>Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Statistics/Page/Contents/Document
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p353.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
GUID  pf:GUID  required      
documentation
Document ID of the document present on this page
Page  xs:unsignedByte  required      
documentation
Page number of the document present on this page
TotalCopies  xs:nonNegativeInteger  required      
documentation
Requested amount of copies/impressions for the references document-page
Copies  xs:nonNegativeInteger  optional      
documentation
Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
source <xs:element name="Document" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:attribute name="GUID" type="pf:GUID" use="required">
     
<xs:annotation>
       
<xs:documentation>Document ID of the document present on this page</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Page" type="xs:unsignedByte" use="required">
     
<xs:annotation>
       
<xs:documentation>Page number of the document present on this page</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="TotalCopies" type="xs:nonNegativeInteger" use="required">
     
<xs:annotation>
       
<xs:documentation>Requested amount of copies/impressions for the references document-page</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Copies" type="xs:nonNegativeInteger" use="optional">
     
<xs:annotation>
       
<xs:documentation>Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Statistics/Page/Contents/Document/@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
Document ID of the document present on this page
source <xs:attribute name="GUID" type="pf:GUID" use="required">
 
<xs:annotation>
   
<xs:documentation>Document ID of the document present on this page</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Page/Contents/Document/@Page
type xs:unsignedByte
properties
use required
annotation
documentation
Page number of the document present on this page
source <xs:attribute name="Page" type="xs:unsignedByte" use="required">
 
<xs:annotation>
   
<xs:documentation>Page number of the document present on this page</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Page/Contents/Document/@TotalCopies
type xs:nonNegativeInteger
properties
use required
annotation
documentation
Requested amount of copies/impressions for the references document-page
source <xs:attribute name="TotalCopies" type="xs:nonNegativeInteger" use="required">
 
<xs:annotation>
   
<xs:documentation>Requested amount of copies/impressions for the references document-page</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Page/Contents/Document/@Copies
type xs:nonNegativeInteger
properties
use optional
annotation
documentation
Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
source <xs:attribute name="Copies" type="xs:nonNegativeInteger" use="optional">
 
<xs:annotation>
   
<xs:documentation>Number of copies/impressions of the reference document-page that are on this output page.
This attribute is not on page Number=0 and required on all other pages
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Statistics/Page/CutContours
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p354.png
namespace https://printfactory.cloud/schema/2.0
type pf:CutContour
properties
minOcc 0
maxOcc 1
content complex
children pf:Entry
annotation
documentation
List of cutcontours used on this page of the job.
source <xs:element name="CutContours" type="pf:CutContour" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>List of cutcontours used on this page of the job.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Statistics/Page/InkUsage
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p355.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 0
maxOcc 1
content complex
children pf:Ink
attributes
Name  Type  Use  Default  Fixed  Annotation
ml          
documentation
Total amount of milliliters of ink used when estimation information is available for the device that used for this job
annotation
documentation
Used ink. Depending on the device this might be drop counts and/or picoliters.
Only present at print jobs after RIPing.
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:sequence>
           
<xs:element name="Count" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="xs:unsignedLong">
                   
<xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
                     
<xs:annotation>
                       
<xs:documentation>Drop level (see parent node)</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<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="Count" type="xs:unsignedLong" use="required">
           
<xs:annotation>
             
<xs:documentation>Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="ml">
           
<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">
     
<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:attribute>
 
</xs:complexType>
</xs:element>

attribute Statistics/Page/InkUsage/@ml
annotation
documentation
Total amount of milliliters of ink used when estimation information is available for the device that used for this job
source <xs:attribute name="ml">
 
<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:attribute>

element Statistics/Page/InkUsage/Ink
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p356.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 1
maxOcc unbounded
content complex
children pf:Count
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:string  required      
documentation
Name of the ink
Count  xs:unsignedLong  required      
documentation
Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
ml  derived by: xs:decimal        
documentation
Amount of milliliters of ink used when estimation information is available for the device that used for this job
annotation
documentation
Ink (ref InkSet node)
source <xs:element name="Ink" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Ink (ref InkSet node)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Count" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="xs:unsignedLong">
             
<xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
               
<xs:annotation>
                 
<xs:documentation>Drop level (see parent node)</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<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="Count" type="xs:unsignedLong" use="required">
     
<xs:annotation>
       
<xs:documentation>Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ml">
     
<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>

attribute Statistics/Page/InkUsage/Ink/@Name
type xs:string
properties
use required
annotation
documentation
Name of the ink
source <xs:attribute name="Name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the ink</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Page/InkUsage/Ink/@Count
type xs:unsignedLong
properties
use required
annotation
documentation
Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
source <xs:attribute name="Count" type="xs:unsignedLong" use="required">
 
<xs:annotation>
   
<xs:documentation>Normalize amount of drops. When multiple drop sizes are available this would hold the equivalent volume as being printed with the largest drop.
So when 3 levels 0.33, 0.66 and 1 then 9 smallest drops is 9 x 0.33 = 3 (largest drops)
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statistics/Page/InkUsage/Ink/@ml
type restriction of xs:decimal
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Amount of milliliters of ink used when estimation information is available for the device that used for this job
source <xs:attribute name="ml">
 
<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>

element Statistics/Page/InkUsage/Ink/Count
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p357.png
namespace https://printfactory.cloud/schema/2.0
type extension of xs:unsignedLong
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Level  xs:nonNegativeInteger  required      
documentation
Drop level (see parent node)
annotation
documentation
Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.
source <xs:element name="Count" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Amount of drops at the by the attribute set drop level where 1 is the smallest drop size.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:unsignedLong">
       
<xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
         
<xs:annotation>
           
<xs:documentation>Drop level (see parent node)</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute Statistics/Page/InkUsage/Ink/Count/@Level
type xs:nonNegativeInteger
properties
use required
annotation
documentation
Drop level (see parent node)
source <xs:attribute name="Level" type="xs:nonNegativeInteger" use="required">
 
<xs:annotation>
   
<xs:documentation>Drop level (see parent node)</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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