|
ENTITY Scheme_entry_relationship SUBTYPE OF (Activity_method_relationship); SELF\Activity_method_relationship.relating_method RENAMED relating_entry : Scheme_entry; SELF\Activity_method_relationship.related_method RENAMED related_entry : Scheme_entry; END_ENTITY; -- Scheme_entry_relationship |
Entity data types and their attributesActivity_method_relationshipname: STRING; (OPT) description: STRING; relating_method: Activity_method; related_method: Activity_method; Scheme_entry_relationship (RT) relating_method->relating_entry: Scheme_entry; (RT) related_method->related_entry: Scheme_entry; |
| Sequencing_relationship (Scheme_arm) |
Global rules for this entity data type- |