32 lines
794 B
XML
32 lines
794 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<creole>
|
||
|
|
||
|
<files/>
|
||
|
<containers/>
|
||
|
|
||
|
<variables>
|
||
|
<family name='general'>
|
||
|
<variable name='mode_conteneur_actif' type='oui/non' description="master" multi="True">
|
||
|
<value>non</value>
|
||
|
</variable>
|
||
|
<variable name='master' type='string' description="master" multi="True">
|
||
|
<value>value</value>
|
||
|
</variable>
|
||
|
<variable name='slave1' type='string' description="slave1" multi="True"/>
|
||
|
<variable name='slave2' type='string' description="slave2" multi="True"/>
|
||
|
</family>
|
||
|
</variables>
|
||
|
|
||
|
<constraints>
|
||
|
<group master='master'>
|
||
|
<slave>slave1</slave>
|
||
|
<slave>slave2</slave>
|
||
|
</group>
|
||
|
</constraints>
|
||
|
|
||
|
<help/>
|
||
|
|
||
|
</creole>
|
||
|
|