|
ENTITY risk_evaluation SUBTYPE OF (action); risk_criteria : SET [1:?] OF risk_criteria; risk_perception : SET [1:?] OF risk_perception; SELF\action.chosen_method RENAMED risk_treatment : risk_treatment; END_ENTITY; -- risk_evaluation |
Entity data types and their attributesactionname: label; (OPT) description: text; chosen_method: action_method; (DER) id: identifier; risk_evaluation risk_criteria: SET [1:?] OF risk_criteria; risk_perception: SET [1:?] OF risk_perception; (RT) chosen_method->risk_treatment: risk_treatment; |
Global rules for this entity data type- |