HPOS 3.5 Using -extended-features

6 HP Output Server 3.5
Using -extended-features
About mapper.xml file
-->
<attribute name="x-image-shift" type="integer" units="point"/>
<feature namespace="pwg"name="XImageShift" type="integer"
units="hundredths_of_mm"/>
<mapping>
<equivalence>
<!--
Rename feature and attribute to feature-ref and attribute-ref in the
context of mapping
-->
<attribute-ref name="x-image-shift"/>
<feature-ref name="XImageShift"/>
</equivalence>
</mapping>
</class>
<class>
<attribute name="input-tray-select" type="text"/>
<feature namespace="pwg" name="inputBin" type="text"/>
<mapping>
<!--
The translation element under mapping indicates that while the
attributes and features represent the same concept, they have a different
way of expressing the value. The translation element maps the domain of
the attribute to the domain of the feature.There may be many translation
elements, depending on the number of domain values.
-->
<translation>
<attribute-ref name="input-tray-select"value="envelope"/>
<feature-ref name="inputBin" value="EnvFeed"/>
</translation>
</mapping>
<mapping>
<translation>
<attribute-ref name="input-tray-select"value="tray1"/>
<feature-ref name="inputBin"value="Tray1"/>
</translation>
</mapping>
<mapping>
<translation>
<attribute-ref name="input-tray-select" value="tray2"/>