hn_bp_transfer.lsc 488 Bytes
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10 11 12
<?xml version="1.0" encoding="UTF-8"?>
<a:screen xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" trace="true">
    <a:init-procedure>
        <p:echo/>
        <a:batch-apply sourcePath="/parameter">
            <p:echo/>
            <a:batch-apply sourcePath="@current_parameter/details">
                <a:model-execute model="hn.HN2010.hn_hls_bp_master_transfer"/>
            </a:batch-apply>
        </a:batch-apply>
    </a:init-procedure>
</a:screen>