34 lines
829 B
XML
34 lines
829 B
XML
<?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='int' type='number' description="No change"/>
|
|
<variable name='int2' type='number' description="No change"/>
|
|
</family>
|
|
<separators/>
|
|
</variables>
|
|
|
|
<constraints>
|
|
<check name="valid_differ" target="int">
|
|
<param type='eole' optional='True'>int2</param>
|
|
</check>
|
|
<check name="valid_differ" target="int">
|
|
<param type='eole' optional='True'>int3</param>
|
|
</check>
|
|
|
|
</constraints>
|
|
|
|
<help/>
|
|
|
|
</creole>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|