Projet

Général

Profil

99_test.xml

Daniel Dehennin, 12/02/2016 09:50

Télécharger (630 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'>
13
            <value>bidule</value>
14
            <value>truc</value>
15
        </variable>
16
        </family>
17
    </variables>
18
    <constraints>
19
        <group master='test_master'>
20
            <slave>test_slave</slave>
21
        </group>
22
    </constraints>
23
    <help />
24
</creole>
25
<!-- vim: ts=4 sw=4 expandtab
26
-->
27

    
28