2019-11-24 20:25:09 +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">
|
|
|
|
<variable name="mode_conteneur_actif" type="string" description="No change">
|
|
|
|
<value>non</value>
|
|
|
|
</variable>
|
2021-04-13 19:05:01 +02:00
|
|
|
<family name="leader" description="leader" leadership="True">
|
|
|
|
<variable name="leader" type="string" description="leader" multi="True"/>
|
2021-05-01 18:32:45 +02:00
|
|
|
<variable name="follower1" type="choice" description="follower1">
|
|
|
|
<choice type="string">a</choice>
|
|
|
|
<choice type="string">b</choice>
|
|
|
|
<choice type="string">c</choice>
|
|
|
|
<value type="string">a</value>
|
|
|
|
</variable>
|
2021-04-13 19:05:01 +02:00
|
|
|
<variable name="follower2" type="string" description="follower2"/>
|
|
|
|
</family>
|
2021-04-13 11:07:10 +02:00
|
|
|
</family>
|
|
|
|
</variables>
|
2021-05-01 18:32:45 +02:00
|
|
|
<constraints/>
|
2020-02-16 21:27:42 +01:00
|
|
|
</rougail>
|