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

20 lines
609 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" mode="expert">
<variable name="mode_conteneur_actif" type="string" description="No change">
<value>non</value>
</variable>
</family>
<family name="enumfam" mode="expert">
2021-05-01 18:32:45 +02:00
<variable name="enumvar" type="choice" description="enumvar">
<value type="string">a</value>
<choice type="string">1</choice>
<choice type="string">2</choice>
<choice type="string">3</choice>
2021-04-13 11:07:10 +02:00
</variable>
</family>
</variables>
2021-05-01 18:32:45 +02:00
<constraints/>
2020-12-26 15:15:51 +01:00
</rougail>