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