28 lines
959 B
XML
28 lines
959 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail>
|
|
<variables>
|
|
<family name="general">
|
|
<variable name="mode_conteneur_actif" type="string" description="No change">
|
|
<value>oui</value>
|
|
</variable>
|
|
<variable name="mode_conteneur_actif1" type="string" description="No change">
|
|
<value>non</value>
|
|
</variable>
|
|
<variable name="mode_conteneur_actif2" type="string" description="No change">
|
|
<value>non</value>
|
|
</variable>
|
|
<variable name="mode_conteneur_actif3" type="string" description="No change">
|
|
<value>oui</value>
|
|
</variable>
|
|
</family>
|
|
</variables>
|
|
|
|
<constraints>
|
|
<check name="valid_differ" target="mode_conteneur_actif3">
|
|
<param type="variable">mode_conteneur_actif1</param>
|
|
</check>
|
|
</constraints>
|
|
</rougail>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|