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