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