<?xml version='1.0' encoding='UTF-8'?> <rougail version="0.10"> <variables> <family name="general"> <variable name="mode_conteneur_actif" type="string" description="No change"> <value>non</value> </variable> </family> <family name="general2" hidden="True"> <variable name="mode_conteneur_actif2" type="string" description="No change"> <value>non</value> </variable> <variable name="mode_conteneur_actif3" type="choice" description="No change"> <choice type="string">a</choice> <choice type="string">b</choice> <choice type="string">c</choice> <value type="string">a</value> </variable> </family> </variables> <constraints> <condition name="disabled_if_in" source="mode_conteneur_actif3"> <param>d</param> <target type="variable">mode_conteneur_actif</target> </condition> <condition name="disabled_if_not_in" source="mode_conteneur_actif3"> <param>d</param> <target type="variable">mode_conteneur_actif2</target> </condition> </constraints> </rougail>