<property name="plate" id="0">black</property>
<property name="plate" type="int">0</property>
<!--Color separation plate description-->
<property name="plate" id="0">black</property>
<!--RIP group definition-->
<property name="ripgroup" id="0">
<property name="type">frontpage</property>
<property name="rip" id="2">
<property name="plate" type="int">0</property>
<property name="printheads">0</property>
</property>
</property>
In this example, four RIPs are used. The RIP with ID 0 prints cyan,
1 prints magenta,
2 prints black and
3 prints yellow.
<!--Color separation plate description-->
<property name="plate" id="0">cyan</property>
<property name="plate" id="1">magenta</property>
<property name="plate" id="2">black</property>
<property name="plate" id="3">yellow</property>
<!--RIP group definition-->
<property name="ripgroup" id="0">
<property name="type">frontpage</property>
<property name="rip" id="0">
<property name="plate" type="int">0</property>
<property name="printheads">0,0</property>
</property>
<property name="rip" id="1">
<property name="plate" type="int">1</property>
<property name="printheads">0,0</property>
</property>
<property name="rip" id="2">
<property name="plate" type="int">2</property>
<property name="printheads">0,0</property>
</property>
<property name="rip" id="3">
<property name="plate" type="int">3</property>
<property name="printheads">0,0</property>
</property>
</property>