rougail/tests/dictionaries_old/10leadership_auto_index/xml/00-base.xml

20 lines
503 B
XML
Raw Normal View History

2023-10-12 08:17:30 +02:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
<variables>
<family name="leader" description="leader" leadership="True">
<variable name="leader" multi="True">
<value>a</value>
<value>b</value>
<value>c</value>
</variable>
<variable name="follower1" type="number"/>
</family>
</variables>
<constraints>
<fill name="calc_val">
<param type="index"/>
<target>follower1</target>
</fill>
</constraints>
</rougail>