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

28 lines
967 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<family doc="rougail" name="rougail">
<family doc="general" name="general">
<property>expert</property>
<variable doc="No change" multi="False" name="mode_conteneur_actif" type="choice">
<choice type="string">oui</choice>
<choice type="string">non</choice>
<property>mandatory</property>
<property>expert</property>
<value type="string">non</value>
</variable>
</family>
<family doc="enumfam" name="enumfam">
<property>expert</property>
<variable doc="enumvar" help="bla bla bla" multi="False" name="enumvar" type="choice">
<choice type="number">1</choice>
<choice type="number">2</choice>
<choice type="number">3</choice>
<property>mandatory</property>
<property>expert</property>
<value type="number">1</value>
</variable>
</family>
<separators/>
</family>
</rougail>