1<option type="enum" id="opt/@@DRVNAME@@-printoutmode">
2  <!-- A multilingual <comments> block can appear here, too;
3       it should be treated as documentation for the user. -->
4  <arg_longname>
5   <en>Printout Mode</en>
6  </arg_longname>
7  <arg_shortname>
8   <en>PrintoutMode</en><!-- backends only know <en> shortnames! -->
9  </arg_shortname>
10  <arg_execution>@@GROUP@@
11   <arg_order>10</arg_order>
12   <arg_spot>A</arg_spot>
13   <arg_composite />
14  </arg_execution>
15
16  @@OPTCONSTRAINTS@@
17  @@ENUMVALS@@
18
19</option>
20