<?xml version="1.0" encoding="UTF-8"?> <a:service xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" trace="true"> <a:init-procedure> <!-- <batch-apply sourcepath="/parameter"> <p:switch test="@current_parameter/@_status"> <p:case value="insert"> <a:model-insert model="cont.CON630.con_collection_group"/> </p:case> </p:switch> <a:model-batch-update model="cont.CON630.con_collection_type"/> <a:model-batch-update model="cont.CON630.con_collection_group" sourcePath="@current_parameter/con_collection_group"/> <a:model-batch-update model="cont.CON630.con_collection_persons" sourcePath="@current_parameter/con_collection_persons"/> </batch-apply> --> <batch-apply sourcepath="/parameter"> <model-batch-update model="cont.CON630.con_collection_type"/> <model-batch-update model="cont.CON630.con_collection_group" sourcePath="@current_parameter/con_collection_group"/> <batch-apply sourcepath="@current_parameter/con_collection_group"> <model-batch-update model="cont.CON630.con_collection_persons" sourcePath="@current_parameter/con_collection_persons"/> </batch-apply> </batch-apply> </a:init-procedure> <a:service-output output="/parameter"/> </a:service>