|
ENTITY Observation; id : STRING; name : STRING; description : STRING; applies_to : SET [0:?] OF Observation_item; in_context : SET [0:?] OF observed_context; observed_by : SET [0:?] OF observation_recorder; observed_during : OPTIONAL Activity_actual; related_records : SET [0:?] OF Observation_item; END_ENTITY; -- Observation |
Entity data types and their attributesObservationid: STRING; name: STRING; description: STRING; applies_to: SET [0:?] OF Observation_item; in_context: SET [0:?] OF observed_context; observed_by: SET [0:?] OF observation_recorder; (OPT) observed_during: Activity_actual; related_records: SET [0:?] OF Observation_item; |
| Issue (Issue_arm) |
Global rules for this entity data type- |