Insert sheets as banner job with operator instructions

The following JDF defines that a banner page base on the model "MyBanner" must be used. It includes the text "Instruction for operator".

<JDF Type="Combined" Types="[...] DigitalPrinting [...]" [...] >
    <ResourcePool>
        <RunList ID="NodeIDRunList" class="Parameter" Status="Available" [...] >
            [...]
        </RunList>
        <LayoutPreparationParams ID="NodeIDRunList" class="Parameter" Status="Available" [...]>
            <InsertSheet SheetType="JobSheet" IsWaste="true" SheetUsage="Trailer" SheetFormat="Standard" >
                <!-- This specifies the device template to be used -->
                <Layout Name="MyBanner">
                    <MarkObject CTM="1 0 0 1 0 0" >
                        <!-- This specifies the operator text for the template. The attribute ShowList is useless but mandatory[...] -->
                        <JobField OperatorText="Instruction for operator" ShowList="OperatorText" />
                        [...]
                    </MarkObject>
                    <MediaRef rRef="MediaId1" />
                </Layout>
            </InsertSheet>
        </LayoutPreparationParams>
        <Media ID="MediaId1" [...] />
        [...]
    </ResourcePool>
    <ResourceLinkPool>
        <RunListLink Usage="Input" rRef="NodeIDRunList" />
        [...]
    </ResourceLinkPool>
</JDF>
AuthorJean-Marc Steux
ICS - CategoryIDP - InsertSheets
StatusNEW
Reviewed by<none>