Projet

Général

Profil

99_dico_module.xml

variable définie dans le module - Bruno Boiget, 14/02/2013 15:23

Télécharger (628 octets)

 
1
<?xml version='1.0' encoding='utf-8'?>
2

    
3
<creole>
4

    
5
    <files/>
6

    
7
    <variables>
8
        <family name='general'>
9
            <variable name="nombre_test" redefine='True'>
10
                <value>1</value>
11
            </variable>
12
            <variable name="test_funcs" type='string' description='variable de test de fonctions creole perso avec zephir'/>
13
        </family>
14
    </variables>
15

    
16
    <constraints>
17
        <fill name="func_2_test" target='test_funcs'/>
18
        <check name="valid_enum" target="nombre_test">
19
            <param>['1','2','3']</param>
20
        </check>
21
    </constraints>
22

    
23
    <help>
24
    </help>
25

    
26
</creole>