| diagram |  | ||
| namespace | https://printfactory.cloud/schema/2.0 | ||
| children | pf:Summary pf:Page | ||
| used by | 
 | ||
| annotation | 
 | ||
| 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> | 
| diagram |  | ||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||
| properties | 
 | ||||||||||||||
| children | pf:ContentRect pf:Efficiency pf:GroupEfficiency pf:Height pf:Width pf:Count pf:Contents pf:CutContours pf:InkUsage | ||||||||||||||
| attributes | 
 | ||||||||||||||
| annotation | 
 | ||||||||||||||
| 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> | 
| type | restriction of xs:nonNegativeInteger | |||||||||
| properties | 
 | |||||||||
| facets | 
 | |||||||||
| annotation | 
 | |||||||||
| 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> | 
| diagram |  | ||||||||||||||||||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||||||||||
| 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> | 
| type | xs:decimal | ||
| properties | 
 | ||
| source | <xs:attribute name="Left" type="xs:decimal" use="required"/> | 
| type | xs:decimal | ||
| properties | 
 | ||
| source | <xs:attribute name="Top" type="xs:decimal" use="required"/> | 
| type | xs:decimal | ||
| properties | 
 | ||
| source | <xs:attribute name="Right" type="xs:decimal" use="required"/> | 
| type | xs:decimal | ||
| properties | 
 | ||
| source | <xs:attribute name="Bottom" type="xs:decimal" use="required"/> | 
| diagram |  | |||||||||
| namespace | https://printfactory.cloud/schema/2.0 | |||||||||
| type | restriction of xs:decimal | |||||||||
| properties | 
 | |||||||||
| facets | 
 | |||||||||
| annotation | 
 | |||||||||
| 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> | 
| diagram |  | ||||||||||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||
| 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> | 
| type | xs:date | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> | 
| type | restriction of xs:decimal | |||||||||
| properties | 
 | |||||||||
| facets | 
 | |||||||||
| annotation | 
 | |||||||||
| 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> | 
| diagram |  | ||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||
| type | restriction of xs:decimal | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| annotation | 
 | ||||||
| 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> | 
| diagram |  | ||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||
| type | restriction of xs:decimal | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| annotation | 
 | ||||||
| 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> | 
| diagram |  | ||
| namespace | https://printfactory.cloud/schema/2.0 | ||
| type | xs:nonNegativeInteger | ||
| properties | 
 | ||
| annotation | 
 | ||
| source | <xs:element name="Count" type="xs:nonNegativeInteger"> <xs:annotation> <xs:documentation>Amount of items in the job</xs:documentation> </xs:annotation> </xs:element> | 
| diagram |  | ||
| namespace | https://printfactory.cloud/schema/2.0 | ||
| properties | 
 | ||
| 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> | 
| diagram |  | ||||||||||||||||||||||||||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||||||||||||||||
| 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> | 
| type | pf:GUID | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| annotation | 
 | ||||||
| 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> | 
| type | xs:unsignedByte | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> | 
| type | xs:nonNegativeInteger | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> | 
| type | xs:nonNegativeInteger | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> | 
| diagram |  | ||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||
| type | pf:CutContour | ||||||
| properties | 
 | ||||||
| children | pf:Entry | ||||||
| annotation | 
 | ||||||
| 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> | 
| 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: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> | 
| annotation | 
 | ||
| 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> | 
| diagram |  | ||||||||||||||||||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||
| children | pf:Count | ||||||||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||||||||||
| 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> | 
| 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 | xs:unsignedLong | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> | 
| type | restriction of xs:decimal | ||||||
| facets | 
 | ||||||
| annotation | 
 | ||||||
| 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> | 
| diagram |  | ||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||
| type | extension of xs:unsignedLong | ||||||||||||||
| properties | 
 | ||||||||||||||
| attributes | 
 | ||||||||||||||
| annotation | 
 | ||||||||||||||
| 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> | 
| type | xs:nonNegativeInteger | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> | 
| diagram |  | ||||||||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||
| children | pf:ContentRect pf:Efficiency pf:Height pf:Width pf:Count pf:Contents pf:CutContours pf:InkUsage | ||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||
| 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> | 
| type | xs:nonNegativeInteger | ||
| properties | 
 | ||
| source | <xs:attribute name="Number" type="xs:nonNegativeInteger" use="required"/> | 
| type | restriction of xs:string | ||||||||||||
| properties | 
 | ||||||||||||
| facets | 
 | ||||||||||||
| annotation | 
 | ||||||||||||
| 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> | 
| diagram |  | ||||||||||||||||||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||||||||||
| 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> | 
| type | xs:decimal | ||
| properties | 
 | ||
| source | <xs:attribute name="Left" type="xs:decimal" use="required"/> | 
| type | xs:decimal | ||
| properties | 
 | ||
| source | <xs:attribute name="Top" type="xs:decimal" use="required"/> | 
| type | xs:decimal | ||
| properties | 
 | ||
| source | <xs:attribute name="Right" type="xs:decimal" use="required"/> | 
| type | xs:decimal | ||
| properties | 
 | ||
| source | <xs:attribute name="Bottom" type="xs:decimal" use="required"/> | 
| diagram |  | |||||||||
| namespace | https://printfactory.cloud/schema/2.0 | |||||||||
| type | restriction of xs:decimal | |||||||||
| properties | 
 | |||||||||
| facets | 
 | |||||||||
| annotation | 
 | |||||||||
| 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> | 
| diagram |  | ||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||
| type | restriction of xs:decimal | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| annotation | 
 | ||||||
| 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> | 
| diagram |  | ||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||
| type | restriction of xs:decimal | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| annotation | 
 | ||||||
| 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> | 
| diagram |  | ||
| namespace | https://printfactory.cloud/schema/2.0 | ||
| type | xs:nonNegativeInteger | ||
| properties | 
 | ||
| annotation | 
 | ||
| source | <xs:element name="Count" type="xs:nonNegativeInteger"> <xs:annotation> <xs:documentation>Amount of items on the page</xs:documentation> </xs:annotation> </xs:element> | 
| diagram |  | ||
| namespace | https://printfactory.cloud/schema/2.0 | ||
| properties | 
 | ||
| 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> | 
| diagram |  | ||||||||||||||||||||||||||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||||||||||||||||
| 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> | 
| type | pf:GUID | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| annotation | 
 | ||||||
| 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> | 
| type | xs:unsignedByte | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> | 
| type | xs:nonNegativeInteger | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> | 
| type | xs:nonNegativeInteger | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> | 
| diagram |  | ||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||
| type | pf:CutContour | ||||||
| properties | 
 | ||||||
| children | pf:Entry | ||||||
| annotation | 
 | ||||||
| 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> | 
| 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: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> | 
| annotation | 
 | ||
| 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> | 
| diagram |  | ||||||||||||||||||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||
| children | pf:Count | ||||||||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||||||||||
| 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> | 
| 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 | xs:unsignedLong | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> | 
| type | restriction of xs:decimal | ||||||
| facets | 
 | ||||||
| annotation | 
 | ||||||
| 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> | 
| diagram |  | ||||||||||||||
| namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||
| type | extension of xs:unsignedLong | ||||||||||||||
| properties | 
 | ||||||||||||||
| attributes | 
 | ||||||||||||||
| annotation | 
 | ||||||||||||||
| 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> | 
| type | xs:nonNegativeInteger | ||
| properties | 
 | ||
| annotation | 
 | ||
| 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> |