<?xml version="1.0" encoding="UTF-8"?><bm:modelxmlns:bm="http://www.leaf-framework.org/schema/bm"><bm:operations><bm:operationname="query"><bm:query-sql><![CDATA[ select * from ( select t1.project_number, t1.project_name, t1.employee_id, (select t2.name from exp_employees t2 where t2.employee_id=t1.employee_id ) name from prj_project t1 where t1.project_id=${@project_id} ) t1 #WHERE_CLAUSE# ]]></bm:query-sql></bm:operation></bm:operations></bm:model>