<?xml version='1.0' encoding='UTF-8'?>
<rougail>

    <services/>

    <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" multi="True"/>
        </family>
        <separators/>
    </variables>

    <constraints>
        <check name="valid_enum" target="slave1">
            <param>['a','b','c']</param>
        </check>
        <group master="master">
            <slave>slave1</slave>
            <slave>slave2</slave>
        </group>
    </constraints>

    <help/>

</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->