31 lines
870 B
XML
31 lines
870 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<creole>
|
|
|
|
<files/>
|
|
<containers/>
|
|
|
|
<variables>
|
|
|
|
<family name='test'>
|
|
<variable name='fixedvariable' type='string' description="Fixed value for calculated autofreeze" />
|
|
<variable name='autofreeze' type='string' description="Auto_freeze normale" auto_freeze='True'/>
|
|
<variable name='autofreeze_x' type='string' description="Auto_freeze experte" auto_freeze='True' mode='expert'/>
|
|
<variable name='autofreeze_filled' type='string' description="Auto_freeze filled" auto_freeze='True'/>
|
|
</family>
|
|
<separators/>
|
|
|
|
</variables>
|
|
|
|
<constraints>
|
|
<fill name='calc_val' target='autofreeze_filled'>
|
|
<param type='eole'>fixedvariable</param>
|
|
</fill>
|
|
</constraints>
|
|
|
|
<help/>
|
|
|
|
</creole>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|