|
ENTITY Project_relationship; relation_type : STRING; description : OPTIONAL STRING; relating_project : Project; related_project : Project; END_ENTITY; -- Project_relationship |
Entity data types and their attributesProject_relationshiprelation_type: STRING; (OPT) description: STRING; relating_project: Project; related_project: Project; |
Global rules for this entity data type- |