for creole's zephir2 branch
This commit is contained in:
35
tests/flattener_dicos/80masterslave_auto_save/00-base.xml
Normal file
35
tests/flattener_dicos/80masterslave_auto_save/00-base.xml
Normal file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<creole>
|
||||
|
||||
<files/>
|
||||
<containers/>
|
||||
|
||||
<variables>
|
||||
<family name='general'>
|
||||
<variable name='mode_conteneur_actif' type='oui/non' description="No change">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
<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" auto_save="True" multi='True'/>
|
||||
</family>
|
||||
</variables>
|
||||
|
||||
<constraints>
|
||||
<fill name='calc_val' target='slave1'>
|
||||
<param name='valeur'>valfill</param>
|
||||
</fill>
|
||||
<fill name='calc_val' target='slave2'>
|
||||
<param type='eole'>slave1</param>
|
||||
</fill>
|
||||
<group master='master'>
|
||||
<slave>slave1</slave>
|
||||
<slave>slave2</slave>
|
||||
</group>
|
||||
</constraints>
|
||||
|
||||
<help/>
|
||||
|
||||
</creole>
|
||||
|
Reference in New Issue
Block a user