rougail/tests/flattener_dicos/10valid_enum_leader/00-base.xml

35 lines
954 B
XML
Raw Normal View History

2019-11-24 20:25:09 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2020-02-16 21:27:42 +01:00
<rougail>
2019-11-23 08:17:35 +01:00
2020-02-14 17:59:39 +01:00
<services/>
2019-11-23 08:17:35 +01:00
<variables>
2019-11-24 20:25:09 +01:00
<family name="general">
<variable name="mode_conteneur_actif" type="oui/non" description="No change">
2019-11-23 08:17:35 +01:00
<value>non</value>
</variable>
2020-04-18 09:00:03 +02:00
<variable name="leader" type="string" description="leader" multi="True"/>
2020-07-16 09:50:01 +02:00
<variable name="follower1" type="string" description="follower1"/>
<variable name="follower2" type="string" description="follower2"/>
2019-11-23 08:17:35 +01:00
</family>
<separators/>
</variables>
<constraints>
2020-04-18 09:00:03 +02:00
<check name="valid_enum" target="follower1">
2020-10-03 21:43:50 +02:00
<param>a</param>
<param>b</param>
<param>c</param>
2019-11-23 08:17:35 +01:00
</check>
2020-04-18 09:00:03 +02:00
<group leader="leader">
<follower>follower1</follower>
<follower>follower2</follower>
2019-11-23 08:17:35 +01:00
</group>
</constraints>
<help/>
2020-02-16 21:27:42 +01:00
</rougail>
2019-11-23 08:17:35 +01:00
<!-- vim: ts=4 sw=4 expandtab
-->