rougail/tests/dictionaries/01fill_only_optional/00-base.xml

23 lines
718 B
XML
Raw Normal View History

2021-01-02 21:22:59 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2021-02-18 18:57:50 +01:00
<rougail version="0.9">
2021-01-02 21:22:59 +01:00
<variables>
<family name="general">
2021-01-10 16:53:41 +01:00
<variable name="mode_conteneur_actif" type="string" description="No change" hidden="True">
2021-01-02 21:22:59 +01:00
<value>non</value>
</variable>
2021-01-10 16:53:41 +01:00
<variable name="mode_conteneur_actif1" type="string" description="No change">
2021-01-02 21:22:59 +01:00
<value>non</value>
</variable>
</family>
</variables>
<constraints>
<fill name="calc_val">
2021-01-02 21:22:59 +01:00
<param type="variable" optional="True">mode_conteneur_actif4</param>
<target>mode_conteneur_actif</target>
2021-01-02 21:22:59 +01:00
</fill>
</constraints>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->