rougail/tests/flattener_dicos/80validenum_python_unknownv.../00-base.xml

33 lines
835 B
XML
Raw Normal View History

2019-11-24 20:25:09 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2019-11-23 08:17:35 +01:00
<creole>
<containers/>
<variables>
2019-11-24 20:25:09 +01:00
<family name="general" mode="expert">
<variable name="mode_conteneur_actif" type="oui/non" description="No change">
2019-11-23 08:17:35 +01:00
<value>non</value>
</variable>
</family>
2019-11-24 20:25:09 +01:00
<family name="enumfam" mode="expert">
<variable name="enumvar" type="string" description="multi">
2019-11-23 08:17:35 +01:00
<value>c</value>
</variable>
</family>
<separators/>
</variables>
<constraints>
<check name="valid_enum" target="enumvar">
<param type="python">eosfunc.calc_multi_val(['pouet'])</param>
</check>
</constraints>
<help>
<variable name="enumvar">bla bla bla</variable>
</help>
</creole>
<!-- vim: ts=4 sw=4 expandtab
-->