2020-12-24 19:53:49 +01:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
2021-04-13 19:05:01 +02:00
|
|
|
<rougail version="0.10">
|
2021-04-13 11:07:10 +02:00
|
|
|
<variables>
|
|
|
|
<family name="general">
|
2021-05-01 18:32:45 +02:00
|
|
|
<variable name="mode_conteneur_actif" type="choice" description="No change">
|
|
|
|
<value type="string">a</value>
|
|
|
|
<choice type="variable">var</choice>
|
|
|
|
<choice type="variable">var2</choice>
|
2021-04-13 11:07:10 +02:00
|
|
|
</variable>
|
|
|
|
<variable name="var" type="string" description="New variable" multi="True">
|
|
|
|
<value>a</value>
|
|
|
|
<value>b</value>
|
|
|
|
<value>c</value>
|
|
|
|
</variable>
|
|
|
|
<variable name="var2" type="string" description="New variable" multi="True">
|
|
|
|
<value>a</value>
|
|
|
|
<value>b</value>
|
|
|
|
<value>c</value>
|
|
|
|
</variable>
|
|
|
|
</family>
|
|
|
|
</variables>
|
2021-05-01 18:32:45 +02:00
|
|
|
<constraints/>
|
2020-12-24 19:53:49 +01:00
|
|
|
</rougail>
|