30 lines
1023 B
XML
30 lines
1023 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<creole>
|
|
<constraints>
|
|
<check name="valid_enum" target="creole.enumfam.enumvar" transitive="True" warnings_only="False">
|
|
<param type="string">['a', 'b', 'c', 'é']</param>
|
|
</check>
|
|
</constraints>
|
|
<family doc="" name="creole">
|
|
<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="multi" help="bla bla bla" multi="False" name="enumvar" type="string">
|
|
<property>mandatory</property>
|
|
<property>expert</property>
|
|
<value>a</value>
|
|
</variable>
|
|
</family>
|
|
<separators/>
|
|
</family>
|
|
</creole>
|