rougail/tests/dictionaries/11valid_enum_function/00-base.xml

16 lines
437 B
XML
Raw Normal View History

2021-03-19 10:05:50 +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">
2021-05-01 18:32:45 +02:00
<variable name="var" type="choice" description="New variable">
<value type="number">9</value>
<choice type="function" name="trange">
<param type="number">0</param>
<param type="number">10</param>
</choice>
2021-04-13 11:07:10 +02:00
</variable>
</family>
</variables>
2021-05-01 18:32:45 +02:00
<constraints/>
2021-03-19 10:05:50 +01:00
</rougail>