NumericalOptions.xml   [plain text]


<option type="@@TYPE@@" id="opt/@@DRVNAME@@-@@LOWERCASESHORTNAME@@">
  <!-- A multilingual <comments> block can appear here, too;
       it should be treated as documentation for the user. -->
  <arg_longname>
   <en>@@LONGNAME@@</en>
  </arg_longname>
  <arg_shortname>
   <en>@@SHORTNAME@@</en><!-- backends only know <en> shortnames! -->
  </arg_shortname>
  <arg_execution>@@GROUP@@
   <arg_order>@@ORDER@@</arg_order>
   <arg_spot>@@SPOT@@</arg_spot>
   <arg_substitution />
   <arg_proto>@@PROTO@@</arg_proto>
  </arg_execution>

  @@OPTCONSTRAINTS@@

  <arg_max>@@MAXVAL@@</arg_max>
  <arg_min>@@MINVAL@@</arg_min>
</option>