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

28 lines
1.0 KiB
XML
Raw Normal View History

2019-11-23 08:17:35 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<creole>
<constraints>
<check name="valid_enum" probe="False" target="creole.enumfam.enumvar" transitive="True" warnings_only="False">
<param type="string">['a', 'b', 'c', 'é']</param>
</check>
</constraints>
<family doc="" name="creole">
<family hidden="False" mode="expert" doc="general" name="general">
<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>
<family hidden="False" mode="expert" doc="enumfam" name="enumfam">
2019-11-24 20:25:09 +01:00
<variable doc="multi" help="bla bla bla" multi="False" name="enumvar" type="string">
2019-11-23 08:17:35 +01:00
<property>mandatory</property>
<property>expert</property>
2019-11-24 20:25:09 +01:00
<value>a</value>
2019-11-23 08:17:35 +01:00
</variable>
</family>
<separators/>
</family>
</creole>