In the following examples, the BundleItemIndex partition is used to define finishing in GatheringParams.
Two individually finished trailer insert sheets.
One header insert sheet finished with the following pages:
<JDF Type="Combined" Category="DigitalPrinting" Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting"/>
<ResourcePool>
<RunList PartIDKeys="Run" ...>
<RunList Run="1" Pages=”0 ~ 9” EndOfBundleItem="true"/>
<RunList Run="2" Pages=”10 ~ -1” />
</RunList>
<LayoutPreparationParams PartIDKeys="RunIndex"...>
<LayoutPreparationParams RunIndex="0 ~ 9" ...>
<InsertSheet SheetUsage="Trailer" IncludeInBundleItem="New"... />
<InsertSheet SheetUsage="Trailer" IncludeInBundleItem="Before".../>
</LayoutPreparationParams>
<LayoutPreparationParams RunIndex="10 ~ -1" ...>
<InsertSheet SheetUsage="Header" .../>
</LayoutPreparationParams>
</LayoutPreparationParams>
<GatheringParams PartIDKeys="BundleItemIndex" ...>
<GatheringParams BundleItemIndex="0" ... /> <!-- pages 1 to 10 -->
<GatheringParams BundleItemIndex="1" ... /> <!-- 2 trailer InsertSheets -->
<GatheringParams BundleItemIndex="2" ... /> <!-- 1 insert + pages 11 to last-->
</GatheringParams>
</ResourcePool>
</JDF>
Two individually finished trailer insert sheets.
One individually finished header insert sheet.
<JDF Type="Combined" Category="DigitalPrinting" Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting"/>
<ResourcePool>
<RunList PartIDKeys="Run" ...>
<RunList Run="1" Pages=”0 ~ 9” EndOfBundleItem="true"/>
<RunList Run="2" Pages=”10 ~ -1” />
</RunList>
<LayoutPreparationParams PartIDKeys="RunIndex"...>
<LayoutPreparationParams RunIndex="0 ~ 9" ...>
<InsertSheet SheetUsage="Trailer" IncludeInBundleItem="New"... />
<InsertSheet SheetUsage="Trailer" IncludeInBundleItem="Before".../>
</LayoutPreparationParams>
<LayoutPreparationParams RunIndex="10 ~ -1" ...>
<InsertSheet SheetUsage="Header" IncludeInBundleItem="New">
</LayoutPreparationParams>
</LayoutPreparationParams>
<GatheringParams PartIDKeys="BundleItemIndex" ...>
<GatheringParams BundleItemIndex="0" ... /> <-- pages 1 to 10 --!>
<GatheringParams BundleItemIndex="1" ... /> <-- 2 trailer InsertSheets --!>
<GatheringParams BundleItemIndex="2" ... /> <-- 1 header InsertSheet --!>
<GatheringParams BundleItemIndex="3" ... /> <-- pages 11 to last --!>
</GatheringParams>
</ResourcePool>
</JDF>
Two adjoining RunList partitions in the same bundle.
<JDF Type="Combined" Category="DigitalPrinting" Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting"/>
<ResourcePool>
<RunList PartIDKeys ="Run" ...>
<RunList Run ="1" Pages ="0 ~ 9" EndOfBundleItem ="true"/>
<RunList Run ="2" Pages ="10 ~ 19"/>
<RunList Run ="3" Pages ="20 ~ -1"/>
</RunList>
<LayoutPreparationParams PartIDKeys ="RunIndex" ...>
<LayoutPreparationParams RunIndex ="0 ~ 9" ...>
<InsertSheet SheetUsage ="Trailer" IncludeInBundleItem ="New" .../>
<InsertSheet SheetUsage ="Trailer" IncludeInBundleItem ="Before" .../>
</LayoutPreparationParams>
<LayoutPreparationParams RunIndex ="10 ~ 19" .../>
<LayoutPreparationParams RunIndex ="20 ~ -1" .../>
<InsertSheet SheetUsage ="Trailer" IncludeInBundleItem ="New" .../>
</LayoutPreparationParams>
</LayoutPreparationParams>
<GatheringParams PartIDKeys ="BundleItemIndex" ...>
<GatheringParams BundleItemIndex ="0" ... /> <-- pages 1 to 10 --!>
<GatheringParams BundleItemIndex ="1" ... /> <-- 2 InsertSheets --!>
<GatheringParams BundleItemIndex ="2" ... /> <-- pages 11 to last --!>
<GatheringParams BundleItemIndex ="3" ... /> <-- 1 InsertSheet --!>
</GatheringParams>
</ResourcePool>
</JDF>
Two adjoining RunList partitions in different bundles.
<JDF Type="Combined" Category="DigitalPrinting" Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting"/>
<ResourcePool>
<RunList PartIDKeys="Run" ...>
<RunList Run=”1” Pages="0 ~ 9" EndOfBundleItem="true"/>
<RunList Run=”2” Pages="10 ~ 19" EndOfBundleItem="true"/>
<RunList Run=”3” Pages="20 ~ -1"/>
</RunList>
<LayoutPreparationParams PartIDKeys="RunIndex"...>
<LayoutPreparationParams RunIndex="0 ~ 9" ...>
<InsertSheet SheetUsage="Trailer" IncludeInBundleItem="New"... />
<InsertSheet SheetUsage="Trailer" IncludeInBundleItem="Before".../>
</LayoutPreparationParams>
<LayoutPreparationParams RunIndex="10 ~ 19" .../>
<LayoutPreparationParams RunIndex="20 ~ -1" .../>
<InsertSheet SheetUsage="Trailer" IncludeInBundleItem="New"... />
</LayoutPreparationParams>
</LayoutPreparationParams>
<GatheringParams PartIDKeys="BundleItemIndex" ...>
<GatheringParams BundleItemIndex="0" ... /> <-- pages 1 to 10 --!>
<GatheringParams BundleItemIndex="1" ... /> <-- 2 InsertSheets --!>
<GatheringParams BundleItemIndex="2" ... /> <-- pages 11 to 20 --!>
<GatheringParams BundleItemIndex="3" ... /> <-- pages 21 to last --!>
<GatheringParams BundleItemIndex="4" ... /> <-- 1 InsertSheet --!>
</GatheringParams>
</ResourcePool>
</JDF>