rougail/tests/flattener_dicos/01fill_mandatory/00-base.xml

29 lines
705 B
XML
Raw Normal View History

2019-11-23 08:17:35 +01:00
<?xml version="1.0" encoding="utf-8"?>
<creole>
<files/>
<containers/>
<variables>
<family name='general' mode="basic">
<variable name='mode_conteneur_actif' type='domain' description="No change" mandatory="True" mode="expert"/>
<variable name='mode_conteneur_actif1' type='oui/non' description="No change">
<value>non</value>
</variable>
</family>
<separators/>
</variables>
<constraints>
<fill name='calc_val' target='mode_conteneur_actif'>
<param type='eole'>mode_conteneur_actif1</param>
</fill>
</constraints>
<help/>
</creole>
<!-- vim: ts=4 sw=4 expandtab
-->