rougail/tests/flattener_dicos/10check_option/00-base.xml

33 lines
797 B
XML
Raw Normal View History

2019-11-23 08:17:35 +01:00
<?xml version="1.0" encoding="utf-8"?>
<creole>
<files/>
<containers/>
<variables>
<family name='general'>
<variable name='mode_conteneur_actif' type='string' description="No change">
<value>b</value>
</variable>
<variable name='int2' type='number' description="No change">
<value>100</value>
</variable>
<variable name='int' type='number' description="No change"/>
</family>
<separators/>
</variables>
<constraints>
<check name="valid_entier" target="int">
<param name="mini">0</param>
<param name="maxi" type="eole">int2</param>
</check>
</constraints>
<help/>
</creole>
<!-- vim: ts=4 sw=4 expandtab
-->