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

29 lines
777 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<creole>
<services/>
<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>