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

35 lines
947 B
XML
Raw Normal View History

2019-11-23 08:17:35 +01:00
<?xml version="1.0" encoding="utf-8"?>
<creole>
<files/>
<containers/>
<variables>
<family name='general' mode='expert'>
<variable name='mode_conteneur_actif' type='oui/non' description="No change">
<value>non</value>
</variable>
</family>
<family name='mastermode' mode='expert'>
<variable name='master' type='string' description="master" multi="True"/>
<variable name='slave1' type='string' description="slave1" multi="True"/>
<variable name='slave2' type='string' description="slave2" multi="True"/>
</family>
</variables>
<constraints>
<auto name='calc_val' target='master'>
<param name='valeur'>valfill</param>
</auto>
<group master='master'>
<slave>slave1</slave>
<slave>slave2</slave>
</group>
</constraints>
<help/>
</creole>