25 lines
470 B
XML
25 lines
470 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"/>
|
|
</family>
|
|
</variables>
|
|
|
|
<constraints>
|
|
<check name="valid_enum" target="mode_conteneur_actif">
|
|
<param>['maybe']</param>
|
|
</check>
|
|
</constraints>
|
|
|
|
<help/>
|
|
|
|
</creole>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|