|
ENTITY Scheme_version_relationship SUBTYPE OF (Activity_method_relationship); SELF\Activity_method_relationship.relating_method RENAMED relating_scheme_version : Scheme_version; SELF\Activity_method_relationship.related_method RENAMED related_scheme_version : Scheme_version; END_ENTITY; -- Scheme_version_relationship |
Entity data types and their attributesActivity_method_relationshipname: STRING; (OPT) description: STRING; relating_method: Activity_method; related_method: Activity_method; Scheme_version_relationship (RT) relating_method->relating_scheme_version: Scheme_version; (RT) related_method->related_scheme_version: Scheme_version; |
Global rules for this entity data type- |