| | |
| | | ( |
| | | <choose> |
| | | <when test="sour < 200"> |
| | | (wrk_sts > 11 and wrk_sts < 15 and source_sta_no < 200 and io_type > 101 and io_type < 110) |
| | | (wrk_sts > 11 and wrk_sts < 18 and source_sta_no < 200 and io_type > 101 and io_type < 110) |
| | | or |
| | | (wrk_sts < 3 and sta_no < 200 and io_type < 100 and io_type > 9 and io_type != 11 ) |
| | | </when> |
| | | <otherwise> |
| | | (wrk_sts > 11 and wrk_sts < 15 and source_sta_no > 200 and io_type > 101 and io_type < 110) |
| | | (wrk_sts > 11 and wrk_sts < 18 and source_sta_no > 200 and io_type > 101 and io_type < 110) |
| | | or |
| | | (wrk_sts < 3 and sta_no > 200 and io_type < 100 and io_type > 9 and io_type != 11) |
| | | </otherwise> |