summaryrefslogtreecommitdiff
path: root/src/foomatic/foomatic-templates-gs/Model.xml
blob: ba9e6c79f37ce75f9fbb7d395d83f1231beff275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<option type="enum" id="opt/@@DRVNAME@@-model">
  <!-- A multilingual <comments> block can appear here, too;
       it should be treated as documentation for the user. -->
  <arg_longname>
   <en>Printer Model</en>
  </arg_longname>
  <arg_shortname>
   <en>Model</en><!-- backends only know <en> shortnames! -->
  </arg_shortname>
  <arg_execution>@@GROUP@@
   <arg_order>10</arg_order>
   <arg_spot>A</arg_spot>
   <arg_required />
   <arg_substitution />
   <arg_proto> -sModel=%s</arg_proto>
  </arg_execution>

  @@OPTCONSTRAINTS@@
  @@ENUMVALS@@

</option>