26 lines
469 B
XML
26 lines
469 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<creole>
|
||
|
|
||
|
<files/>
|
||
|
<containers/>
|
||
|
|
||
|
<variables>
|
||
|
<family name='general'>
|
||
|
<variable name='mode_conteneur_actif' redefine='True'/>
|
||
|
</family>
|
||
|
<separators/>
|
||
|
</variables>
|
||
|
|
||
|
<constraints>
|
||
|
<check name="valid_enum" target="mode_conteneur_actif">
|
||
|
<param>['a','b']</param>
|
||
|
</check>
|
||
|
</constraints>
|
||
|
|
||
|
<help/>
|
||
|
|
||
|
</creole>
|
||
|
<!-- vim: ts=4 sw=4 expandtab
|
||
|
-->
|