rougail/tests/dictionaries/88valid_enum_variable_optional/00-base.xml

22 lines
624 B
XML
Raw Normal View History

2020-12-26 15:15:51 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
2021-04-13 11:07:10 +02:00
<variables>
<family name="general">
<variable name="mode_conteneur_actif" type="string" description="No change">
<value>a</value>
</variable>
<variable name="var" type="string" description="New variable" multi="True">
<value>a</value>
<value>b</value>
<value>c</value>
</variable>
</family>
</variables>
<constraints>
<check name="valid_enum">
<param type="variable" optional="True">var</param>
<target>mode_conteneur_actif</target>
</check>
</constraints>
2020-12-26 15:15:51 +01:00
</rougail>