|
ENTITY risk_event SUBTYPE OF (applied_action_method_assignment); SELF\applied_action_method_assignment.items : SET [1:1] OF risk_perception; WHERE WR1: SELF\action_method_assignment.role.name = 'risk of event'; END_ENTITY; -- risk_event |
Entity data types and their attributesaction_method_assignmentassigned_action_method: action_method; role: action_method_role; applied_action_method_assignment items: SET [1:?] OF action_method_items; risk_event (RT) items: SET [1:1] OF risk_perception; |
Global rules for this entity data type- |