rougail/tests/dictionaries/60extra_mandatory/extra_dirs/extra/00-base.xml

24 lines
854 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rougail version="0.9">
<variables>
<family name='ejabberd'>
<variable name="description" type="string">
<value>Exportation de la base de ejabberd</value>
</variable>
<variable name="day" type="schedule" mandatory="True"/>
<variable name="mode" type="schedulemod" mandatory="True"/>
<variable name="var1" type="string" mandatory="True"/>
</family>
</variables>
<constraints>
<fill name='calc_multi_condition'>
<param>non</param>
<param type='variable' name='condition_1' propertyerror='False'>activer_ejabberd</param>
<param name='match'>none</param>
<param name='mismatch'>daily</param>
<target>extra.ejabberd.day</target>
</fill>
</constraints>
</rougail>