2021-05-05 15:27:06 +02:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<rougail version="0.10">
|
|
|
|
<variables>
|
|
|
|
<family name="enumfam">
|
2023-10-12 08:17:30 +02:00
|
|
|
<variable name="enumvar" redefine="True" remove_check="True" remove_choice="True">
|
|
|
|
<value>c</value>
|
|
|
|
<choice type="string">a</choice>
|
2021-05-05 15:27:06 +02:00
|
|
|
<choice type="string">c</choice>
|
|
|
|
</variable>
|
|
|
|
</family>
|
|
|
|
</variables>
|
|
|
|
<constraints/>
|
|
|
|
</rougail>
|