Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic is not current. For the most current information, see the Print Schema Specification.
Specifies the number of copies of a job.
Element Information
| Name | Value |
|---|---|
| Element Type |
ParameterDef |
| Scoping Prefix |
Job |
| Notes |
None |
Structure Content
The XML structure of this element is:
<psf:ParameterDef name="psk:JobCopiesAllDocuments">
<psf:Property name="psf:DataType">
<psf:Value xsi:type="xs:string">xs:integer</psf:Value>
</psf:Property>
<psf:Property name="psf:DefaultValue">
<psf:Value xsi:type="xs:integer">1</psf:Value>
</psf:Property>
<psf:Property name="psf:MaxValue">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psf:MinValue">
<psf:Value xsi:type="xs:integer">1</psf:Value>
</psf:Property>
<psf:Property name="psf:Multiple">
<psf:Value xsi:type="xs:integer">1</psf:Value>
</psf:Property>
<psf:Property name="psf:Mandatory">
<psf:Value xsi:type="xs:string">psk:Unconditional</psf:Value>
</psf:Property>
<psf:Property name="psf:UnitType">
<psf:Value xsi:type="xs:string">copies</psf:Value>
</psf:Property>
</psf:ParameterDef>
Structure Properties
The following table outlines the characteristics of the variables defined in the XML structure.
| Property | xsi:type | Value |
|---|---|---|
| DataType |
string |
xs:integer |
| DefaultValue |
integer |
1 |
| MaxValue |
integer |
undefined |
| MinValue |
integer |
1 |
| Mandatory |
string |
psk:Unconditional |
| Multiple |
integer |
1 |
| UnitType |
string |
copies |