complexType PageCopies
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p328.png
namespace https://printfactory.cloud/schema/2.0
children pf:Page
used by
element CopiesGroup/PageCopies
annotation
documentation
Persistent store for requested and produced copies of each page
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>

element PageCopies/Page
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p329.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Requested  xs:nonNegativeInteger  required      
documentation
Requested number of impressions for the page
InProgress          
documentation
Impressions number currently being printed
appinfo
State
Done  xs:nonNegativeInteger    0    
documentation
Number of impressions printed for this page
appinfo
State
Send  xs:boolean    0    
documentation
Number of copies send to the device
appinfo
State
annotation
documentation
Page copy counter. Page sequence refers to 0 based page index
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>

attribute PageCopies/Page/@Requested
type xs:nonNegativeInteger
properties
use required
annotation
documentation
Requested number of impressions for the page
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>

attribute PageCopies/Page/@InProgress
annotation
documentation
Impressions number currently being printed
appinfo
State
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>

attribute PageCopies/Page/@Done
type xs:nonNegativeInteger
properties
default 0
annotation
documentation
Number of impressions printed for this page
appinfo
State
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>

attribute PageCopies/Page/@Send
type xs:boolean
properties
default 0
annotation
documentation
Number of copies send to the device
appinfo
State
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>


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