The number of copies of a single document inside a set.
If there is more than one document inside a set, each document in the set can have an assigned value for the DocCopies attribute.
Syntax
XPath: /JDF/ResourcePool/RunList/@DocCopies="1"
Type
Integer
This is an optional attribute.
Supported by all products except Colorado series (Tanto).
The following JDF fragment specifies that two PDF files must be printed. For each Job copy, the first one is printed twice and the second one is printed once. The result will be 25 times (document 1 + document 1 + document 2).
<JDF ID="NodeID" Type="Combined" xmlns="http://www.CIP4.org/JDFSchema_1_1" Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting" xmlns:oce="http://www.oce.com/JDF_Extension/1_00" Status="Waiting" Category="DigitalPrinting" ...> <ResourcePool> <LayoutElement ID="layout_element_id1" Status="Available" Class="Parameter" > <FileSpec URL="http://MyServer/FirstFile.pdf" UserFileName="My First Document" /> </LayoutElement> <LayoutElement ID="layout_element_id2" > <FileSpec URL=" http://MyServer/SecondFile.pdf" UserFileName="My Second Document" /> </LayoutElement> <RunList ID="runlist_id" PartIDKeys="Run" Status="Available" Class="Parameter" > <RunList Run="File1" DocCopies="2" EndOfDocument="true" > <LayoutElementRef rRef="layout_element_id1" > </RunList> <RunList Run="File2" EndOfDocument="true" > <LayoutElementRef rRef="layout_element_id2" > </RunList> </RunList> <Component ID="component_id" Status="Unavailable" Class="Quantity" /> ... </ResourcePool> <ResourceLinkPool> <RunListLink rRef="runlist_id" Usage="Input" /> <ComponentLink rRef="component_id" Usage="Output" Amount="25" /> ... </ResourceLinkPool> </JDF>
If you want to use this snippet, download the whole collection of examples in this TRM from this link: