rougail/tests/dictionaries/80leadership_auto_save/00-base.xml

30 lines
1.0 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.9">
<variables>
<variable name="instanciated_module" type="boolean"/>
<family name="general">
<variable name="mode_conteneur_actif" type="string" description="No change">
<value>non</value>
</variable>
<variable name="leader" type="string" description="leader" multi="True"/>
<variable name="follower1" type="string" description="follower1"/>
<variable name="follower2" type="string" description="follower2" auto_save="True"/>
</family>
</variables>
<constraints>
<fill name="calc_val">
<param name="valeur">valfill</param>
<target>follower1</target>
</fill>
<fill name="calc_val">
<param type="variable">follower1</param>
<target>follower2</target>
</fill>
<group leader="leader">
<follower>follower1</follower>
<follower>follower2</follower>
</group>
</constraints>
</rougail>