insert-sheet <1setOf collection>
XPath (insert at position): /xpif/job-template-attributes/insert-sheet[@syntax=”1setOf”]/value[@syntax=”collection”]/insert-after-page-number[@syntax="integer"]/
XPath (number of insert sheets): /xpif/job-template-attributes/insert-sheet[@syntax=”1setOf”]/value[@syntax=”collection”]/insert-count[@syntax="integer"]/
XPath (for media): /xpif/job-template-attributes/insert-sheet[@syntax=”1setOf”]/value[@syntax=”collection”]/media/
XPath (for media-col): /xpif/job-template-attributes/insert-sheet[@syntax=”1setOf”]/value[@syntax=”collection”]/media-col/
This collection may hold any combination of the attributes described in:
insert-after-page-number
insert-count
media
media-col
The "insert-after-page-number" attribute defines the position for the insert sheet and attribute "insert-count" defines the number of pages to insert. The media or media-col attribute define the media for the insert sheets.
Insert after page 0 means insert before the first page of the document.
<insert-sheet syntax="1setOf">
<value syntax="collection">
<insert-after-page-number syntax="integer">0</insert-after-page-number>
<insert-count syntax="integer">1</insert-count>
<media-col syntax="collection">
<media-color syntax="keyword">blue</media-color>
</media-col>
</value>
<value syntax="collection">
<insert-after-page-number syntax="integer">10</insert-after-page-number>
<insert-count syntax="integer">1</insert-count>
<media-col syntax="collection">
<media-color syntax="keyword">red</media-color>
</media-col>
</value>
</insert-sheet>