|
ENTITY Issue SUBTYPE OF (Observation); END_ENTITY; -- Issue |
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 - |
Global rules for this entity data type- |