(* SCHEMA ship_moulded_form_schema; *)
RULE change_plan_has_mandatory_attribute_description FOR (
action_request_solution);
LOCAL
violate : LOGICAL := FALSE;
t1_set : SET OF action_request_solution := [];
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; -- change_plan_has_mandatory_attribute_description
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:47-04:00