26 lines
594 B
XML
26 lines
594 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<creole>
|
|
|
|
<services/>
|
|
|
|
<variables>
|
|
<family name="general">
|
|
<variable name="mode_conteneur_actif" type="string" description="No change">
|
|
<value>non</value>
|
|
</variable>
|
|
</family>
|
|
<separators/>
|
|
</variables>
|
|
|
|
<constraints>
|
|
<check name="valid_enum" target="mode_conteneur_actif">
|
|
<param type="python">eosfunc.list_files('/notexists', default=['oui', 'non'])</param>
|
|
</check>
|
|
</constraints>
|
|
|
|
<help/>
|
|
|
|
</creole>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|