RULE event_occurrence_requires_event_occurrence_assignment

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
RULE event_occurrence_requires_event_occurrence_assignment FOR (
  event_occurrence, event_occurrence_assignment, relative_event_occurrence);
WHERE
  wr1 : SIZEOF(QUERY(eo <* event_occurrence | (SIZEOF(USEDIN(eo, 
    'AUTOMOTIVE_DESIGN.RELATIVE_EVENT_OCCURRENCE.BASE_EVENT')) = 0) AND (
    SIZEOF(USEDIN(eo, 
    'AUTOMOTIVE_DESIGN.EVENT_OCCURRENCE_ASSIGNMENT.ASSIGNED_EVENT_OCCURRENCE'
    )) = 0) AND (SIZEOF(USEDIN(eo, 
    'AUTOMOTIVE_DESIGN.DATED_EFFECTIVITY.EFFECTIVITY_START_DATE')) = 0) AND 
    (SIZEOF(USEDIN(eo, 
    'AUTOMOTIVE_DESIGN.DATED_EFFECTIVITY.EFFECTIVITY_END_DATE')) = 0))) = 0;
END_RULE; -- 10303-214: automotive_design

[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:12-04:00