rougail/tests/dictionaries/80check_unknown/00-base.xml

19 lines
510 B
XML
Raw Normal View History

2020-11-11 16:24:06 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2021-02-18 18:57:50 +01:00
<rougail version="0.9">
2021-04-13 11:07:10 +02:00
<variables>
<family name="general">
<variable name="mode_conteneur_actif" type="string" description="No change">
<value>b</value>
</variable>
<variable name="int" type="number" description="No change"/>
</family>
</variables>
<constraints>
<check name="unknown">
<param name="mini">0</param>
<param name="maxi">100</param>
<target>int</target>
</check>
</constraints>
2020-11-11 16:24:06 +01:00
</rougail>