Loading

NoOp (for finishing process)

Syntax

XPath:

//StitchingParams/@NoOp

//HoleMakingParams/@NoOp

//FoldingParams/@NoOp

//TrimmingParams/@NoOp

//CoverApplicationParams/@NoOp

//CreasingParams/@NoOp

Type

Boolean

Supported range

@NoOp

Description

false (default)

The process must be applied.

true

The process must not be applied (i.e the parameters are ignored).

Description

It is possible to describe an optional process (like a finishing process) that the device must not execute but is nevertheless present in the ticket.

The @NoOp attribute is only supported for the following processes: Stitching, HoleMaking, Creasing, Folding, Trimming and CoverApplication.

Example: Double staples for the whole job except for the first four pages

<JDF ID="jdf_1" Type="Combined" Category="DigitalPrinting" Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting Stitching">

<ResourcePool>

<StitchingParams ID="ProcessID_5" Class="Parameter" Status="Available" PartIDKeys="RunIndex" StitchType="Side" NumberOfStitches="2">

<StitchingParams RunIndex="1 ~ 4" NoOp="true"/>

</StitchingParams>

</ResourcePool>

<ResourceLinkPool>

<StitchingParamsLink rRef="ProcessID_5" Usage="Input"/>

</ResourceLinkPool>

</JDF>