Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following JDF fragment specifies that output must be punched and bound with a plastic binder.

Code Block
languagexml
linenumberstrue
<JDF Types="[...] DigitalPrinting [...] HoleMaking PlasticCombBinding " [...] >
    <ResourcePool>
        <DigitalPrintingParams ID="NodeIDDPP" class="Parameter" Status="Available" [...] />
        <HoleMakingParams Status="Available" ID="HoleMakingId"Class="Parameter" HoleType="S-generic" />
        <PlasticCombBindingParams Status="Available" ID="PlasticCombBindingId"Class="Parameter" >
            <HoleMakingParamsRef rRef="HoleMakingId" />
        </PlasticCombBindingParams >
        [...]
    </ResourcePool>
    [...]
    <ResourceLinkPool>
        <DigitalPrintingParamsLink rRef="NodeIDDPP" Usage="Input" />
        <HoleMakingParamsLink rRef="HoleMakingId" Usage="Input" />
        <PlasticCombBindingParamsLink rRef="PlasticCombBindingId" Usage="Input" />
        [...]
    </ResourceLinkPool>
</JDF>
Page Properties
AuthorJean-Marc Steux
ICS - CategoryCategory
Status
Status
colourBlue
titleNew
Reviewed by<none>