rougail/tests/flattener_dicos/40ifin_leadership/00-base.xml

32 lines
1008 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<services/>
<variables>
<family name="general">
<variable name="mode_conteneur_actif" type="oui/non" description="No change">
<value>non</value>
</variable>
<variable name="condition" type="oui/non" description="condition"/>
<variable name="leader" type="string" description="leader" multi="True"/>
<variable name="follower1" type="string" description="follower1" multi="True"/>
<variable name="follower2" type="string" description="follower2" multi="True"/>
</family>
</variables>
<constraints>
<group leader="leader">
<follower>follower1</follower>
<follower>follower2</follower>
</group>
<condition name="disabled_if_in" source="condition">
<param>oui</param>
<target type="variable">follower1</target>
</condition>
</constraints>
<help/>
</rougail>