(* SCHEMA Ship_arrangement_schema; *)
RULE change_plan_has_mandatory_attribute_description FOR (action_request_solution );
LOCAL
t1_set : SET OF action_request_solution := [];
violate : LOGICAL := FALSE;
END_LOCAL;
t1_set := QUERY (i <* action_request_solution| VALUE_IN(WHICH_CLASS(i), 'change plan'));
violate := SIZEOF(QUERY (k <* t1_set| NOT EXISTS(k.description))) > 0;
WHERE
WR1:
NOT violate;
END_RULE;
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:37-04:00