|
ENTITY Risk_treatment SUBTYPE OF (Activity); SELF\Activity.chosen_method : Risk_measure; END_ENTITY; -- Risk_treatment |
Entity data types and their attributesActivityid: STRING; name: STRING; (OPT) description: STRING; chosen_method: Activity_method; Risk_treatment (RT) chosen_method: Risk_measure; |
Global rules for this entity data type- |