<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
  <variables>
    <family name="general">
      <variable name="mode_conteneur_actif" type="string" description="No change">
        <value>non</value>
      </variable>
      <family name="leader" description="leader" leadership="True">
        <variable name="leader" type="string" description="leader" multi="True"/>
        <variable name="follower1" type="string" description="follower1" hidden="True"/>
        <variable name="follower2" type="string" description="follower2" hidden="True"/>
        <variable name="follower3" type="string" description="follower3" hidden="True"/>
      </family>
    </family>
  </variables>
  <constraints>
    <fill name="calc_val">
      <param name="valeur">valfill</param>
      <target>follower1</target>
    </fill>
    <fill name="calc_val">
      <param type="variable">follower1</param>
      <target>follower2</target>
    </fill>
    <fill name="calc_val">
      <param type="variable">leader</param>
      <target>follower3</target>
    </fill>
  </constraints>
</rougail>