rougail/tests/flattener_dicos/10valid_enum_base/result/00-base.xml

28 lines
965 B
XML
Raw Normal View History

2019-11-23 08:17:35 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2020-07-06 19:47:45 +02:00
<rougail>
2020-07-07 18:12:16 +02:00
<family doc="rougail" name="rougail">
2019-11-26 20:33:24 +01:00
<family doc="general" name="general">
<property>expert</property>
2019-11-23 08:17:35 +01:00
<variable doc="No change" multi="False" name="mode_conteneur_actif" type="choice">
2019-11-24 20:25:09 +01:00
<choice type="string">oui</choice>
<choice type="string">non</choice>
2019-11-23 08:17:35 +01:00
<property>mandatory</property>
<property>expert</property>
2019-11-24 20:25:09 +01:00
<value type="string">non</value>
2019-11-23 08:17:35 +01:00
</variable>
</family>
2019-11-26 20:33:24 +01:00
<family doc="enumfam" name="enumfam">
<property>expert</property>
2019-11-24 20:25:09 +01:00
<variable doc="multi" help="bla bla bla" multi="False" name="enumvar" type="choice">
2019-11-23 08:17:35 +01:00
<choice type="string">a</choice>
<choice type="string">b</choice>
<choice type="string">c</choice>
<property>mandatory</property>
<property>expert</property>
<value type="string">c</value>
</variable>
</family>
<separators/>
</family>
2020-07-06 19:47:45 +02:00
</rougail>