<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.9">
  <variables>
    <family name="general">
      <variable name="mode_conteneur_actif" type="string" description="No change">
        <value>non</value>
      </variable>
      <variable name="leader" type="string" description="leader" multi="True"/>
      <variable name="follower1" type="string" description="follower1"/>
      <variable name="follower2" type="string" description="follower2"/>
    </family>
  </variables>
  <constraints>
    <check name="valid_enum">
      <param>a</param>
      <param>b</param>
      <param>c</param>
      <target>follower1</target>
    </check>
    <group leader="leader">
      <follower>follower1</follower>
      <follower>follower2</follower>
    </group>
  </constraints>
</rougail>