(* SCHEMA ship_structures_schema; *)
RULE version_creation_has_mandatory_attribute_description FOR (action);
LOCAL
violate : LOGICAL := FALSE;
t1_set : SET OF action := [];
END_LOCAL;
t1_set := QUERY ( i <* action | VALUE_IN(which_class(i),
'version creation') );
violate := SIZEOF(QUERY ( k <* t1_set | (NOT EXISTS(k.description)) ))
> 0;
WHERE
wr1: (NOT violate);
END_RULE; -- version_creation_has_mandatory_attribute_description
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:03-04:00