<node name="create_fileid" channel="inline" format="memorise/create" model="">
    <node name="name" channel="inline" format="text/plain" model="id"/>
    <node name="format" channel="inline" format="meta/format" model="number/integer"/>
</node>

<node name="create_summand" channel="inline" format="memorise/create" model="">
    <node name="name" channel="inline" format="text/plain" model="summand"/>
    <node name="format" channel="inline" format="meta/format" model="number/integer"/>
    <node name="whole" channel="inline" format="text/cybol-path" model=".addition_application"/>
</node>

<node name="create_wui_song" channel="inline" format="memorise/create" model="">
    <node name="name" channel="inline" format="text/cybol-path" model="#song_name"/>
    <node name="format" channel="inline" format="meta/format" model="element/part"/>
    <node name="whole" channel="inline" format="text/cybol-path" model=".wui.round.(#round_name).content"/>
</node>

<node name="create_sub_node_in_root_property_properties" channel="inline" format="memorise/create" model="">
    <node name="name" channel="inline" format="text/plain" model="number"/>
    <node name="format" channel="inline" format="meta/format" model="number/integer"/>
    <node name="whole" channel="inline" format="text/cybol-path" model=":some_root_property"/>
    <node name="properties" channel="inline" format="logicvalue/boolean" model="true"/>
</node>