|
ENTITY Risk_reduction; id : OPTIONAL STRING; name : STRING; description : OPTIONAL STRING; approach : Risk_treatment; resolves : SET [1:?] OF mitigation_select; risk_evaluation : OPTIONAL Risk_evaluation; END_ENTITY; -- Risk_reduction |
Entity data types and their attributesRisk_reduction(OPT) id: STRING; name: STRING; (OPT) description: STRING; approach: Risk_treatment; resolves: SET [1:?] OF mitigation_select; (OPT) risk_evaluation: Risk_evaluation; |
Global rules for this entity data type- |