diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
children | pf:Page | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="PageCopies"> <xs:annotation> <xs:documentation>Persistent store for requested and produced copies of each page</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Page" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Page copy counter. Page sequence refers to 0 based page index</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Requested" type="xs:nonNegativeInteger" use="required"> <xs:annotation> <xs:documentation>Requested number of impressions for the page</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="InProgress"> <xs:annotation> <xs:documentation>Impressions number currently being printed</xs:documentation> <xs:appinfo>State</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="Done" type="xs:nonNegativeInteger" default="0"> <xs:annotation> <xs:documentation>Number of impressions printed for this page</xs:documentation> <xs:appinfo>State</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="Send" type="xs:boolean" default="0"> <xs:annotation> <xs:documentation>Number of copies send to the device</xs:documentation> <xs:appinfo>State</xs:appinfo> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Page" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Page copy counter. Page sequence refers to 0 based page index</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Requested" type="xs:nonNegativeInteger" use="required"> <xs:annotation> <xs:documentation>Requested number of impressions for the page</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="InProgress"> <xs:annotation> <xs:documentation>Impressions number currently being printed</xs:documentation> <xs:appinfo>State</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="Done" type="xs:nonNegativeInteger" default="0"> <xs:annotation> <xs:documentation>Number of impressions printed for this page</xs:documentation> <xs:appinfo>State</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="Send" type="xs:boolean" default="0"> <xs:annotation> <xs:documentation>Number of copies send to the device</xs:documentation> <xs:appinfo>State</xs:appinfo> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:nonNegativeInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Requested" type="xs:nonNegativeInteger" use="required"> <xs:annotation> <xs:documentation>Requested number of impressions for the page</xs:documentation> </xs:annotation> </xs:attribute> |
annotation |
|
||||
source | <xs:attribute name="InProgress"> <xs:annotation> <xs:documentation>Impressions number currently being printed</xs:documentation> <xs:appinfo>State</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:nonNegativeInteger | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="Done" type="xs:nonNegativeInteger" default="0"> <xs:annotation> <xs:documentation>Number of impressions printed for this page</xs:documentation> <xs:appinfo>State</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="Send" type="xs:boolean" default="0"> <xs:annotation> <xs:documentation>Number of copies send to the device</xs:documentation> <xs:appinfo>State</xs:appinfo> </xs:annotation> </xs:attribute> |