31 lines
988 B
XML
31 lines
988 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<creole>
|
|
|
|
<files/>
|
|
|
|
<variables>
|
|
<family name='test'>
|
|
<variable name='test_value' type='string' description='"fr", "eu", "i2" est autorisé ici' mandatory='True'>
|
|
<value>FR</value>
|
|
</variable>
|
|
<variable name='test_country_name' type='string' description='pas de problème avec "fr" et "eu" mais problème "i2"'/>
|
|
<variable name='test_country_name2' type='string' description='"fr" => "FR", "eu" => "EU" et "i2" => "FR"'/>
|
|
</family>
|
|
</variables>
|
|
|
|
<constraints>
|
|
<check name='valid_country' target='test_country_name'>
|
|
</check>
|
|
<fill name='calc_val' target='test_country_name'>
|
|
<param type='eole' name='valeur'>test_value</param>
|
|
</fill>
|
|
<fill name='calc_ssl_country_name' target='test_country_name2'>
|
|
<param type='eole' name='valeur'>test_value</param>
|
|
</fill>
|
|
</constraints>
|
|
|
|
<help/>
|
|
|
|
</creole>
|