21 lines
638 B
XML
21 lines
638 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail version="0.10">
|
|
<services/>
|
|
<variables>
|
|
<family name="general" mode="expert">
|
|
<variable name="mode_conteneur_actif" type="string" description="No change">
|
|
<value>non</value>
|
|
</variable>
|
|
</family>
|
|
<family name="enumfam" mode="expert">
|
|
<variable name="enumvar" type="choice" description="multi" mandatory="True">
|
|
<choice type="string">a</choice>
|
|
<choice type="string">b</choice>
|
|
<choice type="string">c</choice>
|
|
<value type="string">a</value>
|
|
</variable>
|
|
</family>
|
|
</variables>
|
|
<constraints/>
|
|
</rougail>
|