rougail/tests/flattener_dicos/10load_leadership_description/00-base.xml

28 lines
1.0 KiB
XML
Raw Normal View History

2019-12-21 13:28:18 +01:00
<?xml version="1.0" encoding="utf-8"?>
2020-02-16 21:27:42 +01:00
<rougail>
2019-12-21 13:28:18 +01:00
<variables>
<family name='general'>
<variable name='mode_conteneur_actif' type='oui/non' description="No change">
<value>non</value>
</variable>
</family>
<family name='general1'>
2020-04-18 09:00:03 +02:00
<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"/>
2019-12-21 13:28:18 +01:00
</family>
</variables>
<constraints>
2020-04-18 09:00:03 +02:00
<fill name='calc_val' target='follower1'>
2019-12-21 13:28:18 +01:00
<param name='valeur'>valfill</param>
</fill>
2020-04-18 09:00:03 +02:00
<fill name='calc_val' target='follower2'>
<param type='variable'>follower1</param>
2019-12-21 13:28:18 +01:00
</fill>
2020-04-18 09:00:03 +02:00
<group leader='leader' description="other description">
<follower>follower1</follower>
<follower>follower2</follower>
2019-12-21 13:28:18 +01:00
</group>
</constraints>
2020-02-16 21:27:42 +01:00
</rougail>