29 lines
623 B
XML
29 lines
623 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<creole>
|
||
|
|
||
|
<files/>
|
||
|
<containers/>
|
||
|
|
||
|
<variables>
|
||
|
<family name='general'>
|
||
|
<variable name='mode_conteneur_actif' type='oui/non' description="No change">
|
||
|
<value>non</value>
|
||
|
</variable>
|
||
|
<variable name='multi' type='string' description="multi" multi="True"/>
|
||
|
</family>
|
||
|
<separators/>
|
||
|
</variables>
|
||
|
|
||
|
<constraints>
|
||
|
<check name="valid_enum" target="multi">
|
||
|
<param>['a','b','c']</param>
|
||
|
</check>
|
||
|
</constraints>
|
||
|
|
||
|
<help/>
|
||
|
|
||
|
</creole>
|
||
|
<!-- vim: ts=4 sw=4 expandtab
|
||
|
-->
|