pages-per-subset <integer>
XPath: /xpif/job-template-attributes/pages-per-subset[@syntax="1setOf"]/value[@syntax="integer"]/
job-offset <keyword>
XPath: /xpif/job-template-attributes/job-offset[@syntax="1setOf"]/value[@syntax="keyword"]/
Attribute "pages-per-subset" supports any positive integer value larger than zero.
Attribute "job-offset" supports keyword "offset-subset". Each subset is stacked in offset when keyword "offset-subset" is used. Any other value is ignored and results into normal stacking of the subsets.
The first subset starts with the first page of the document. Banner pages are not taken into account.
It is possible to support subset stapling when you combine the attribute "finishings" and "pages-per-subset". See the example below.
<finishings syntax="1setOf">
<value syntax="enum">20</value>
</finishings>
<job-offset syntax="1setOf">
<value syntax="keyword">offset-subset</value>
</job-offset>
<pages-per-subset syntax="1setOf">
<value syntax="integer">6</value>
</pages-per-subset>