first cadoles' version

This commit is contained in:
2019-11-24 20:25:09 +01:00
parent 841643e76e
commit 7ecf861459
638 changed files with 3865 additions and 43231 deletions

View File

@ -1,26 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<creole>
<files/>
<containers/>
<variables>
<family name='general'>
<variable name='master' type='string' description="master"/>
<variable name='slave1' type='string' description="slave1"/>
<variable name='slave2' type='string' description="slave2"/>
<family name="general">
<variable name="master" type="string" description="master"/>
<variable name="slave1" type="string" description="slave1"/>
<variable name="slave2" type="string" description="slave2"/>
</family>
</variables>
<constraints>
<fill name='calc_val' target='slave1'>
<param name='valeur'>valfill</param>
<fill name="calc_val" target="slave1">
<param name="valeur">valfill</param>
</fill>
<fill name='calc_val' target='slave2'>
<param type='eole'>slave1</param>
<fill name="calc_val" target="slave2">
<param type="eole">slave1</param>
</fill>
<group master='master'>
<group master="master">
<slave>slave1</slave>
<slave>slave2</slave>
</group>
@ -29,4 +27,3 @@
<help/>
</creole>