Projet

Général

Profil

99_test_calc_multi_val.xml

Daniel Dehennin, 12/02/2016 09:57

Télécharger (728 octets)

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

    
3
<creole>
4
    <files>
5
    </files>
6
    <variables>
7
        <family name='test'>
8
        <variable name='test_master' type='string' multi='True'>
9
            <value>bidule</value>
10
            <value>truc</value>
11
        </variable>
12
        <variable name='test_slave' type='string' description='machintruc'>
13
        </variable>
14
        </family>
15
    </variables>
16
    <constraints>
17
        <fill name='calc_multi_val' target='test_slave'>
18
            <param>bidule</param>
19
            <param>truc</param>
20
        </fill>
21
        <group master='test_master'>
22
            <slave>test_slave</slave>
23
        </group>
24
    </constraints>
25
    <help />
26
</creole>
27
<!-- vim: ts=4 sw=4 expandtab
28
-->
29

    
30