|
ENTITY Risk_evaluation; id : OPTIONAL STRING; name : STRING; description : OPTIONAL STRING; items : SET [1:?] OF risk_evaluation_select; risk_criteria : SET [1:?] OF Risk_criteria; risk_treatment : Risk_treatment; END_ENTITY; -- Risk_evaluation |
Entity data types and their attributesRisk_evaluation(OPT) id: STRING; name: STRING; (OPT) description: STRING; items: SET [1:?] OF risk_evaluation_select; risk_criteria: SET [1:?] OF Risk_criteria; risk_treatment: Risk_treatment; |
Global rules for this entity data type- |