|
ENTITY Project_assignment; assigned_project : Project; role : STRING; items : SET [1:?] OF project_item; END_ENTITY; -- Project_assignment |
Entity data types and their attributesProject_assignmentassigned_project: Project; role: STRING; items: SET [1:?] OF project_item; |
Global rules for this entity data type- |