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

23 lines
834 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rougail>
<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' target='extra.ejabberd.day'>
<param>non</param>
<param type='variable' name='condition_1' notraisepropertyerror='True'>activer_ejabberd</param>
<param name='match'>none</param>
<param name='mismatch'>daily</param>
</fill>
</constraints>
</rougail>