20 lines
609 B
XML
20 lines
609 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail version="0.10">
|
|
<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="enumvar">
|
|
<value type="string">a</value>
|
|
<choice type="string">1</choice>
|
|
<choice type="string">2</choice>
|
|
<choice type="string">3</choice>
|
|
</variable>
|
|
</family>
|
|
</variables>
|
|
<constraints/>
|
|
</rougail>
|