|
ENTITY Position_type_assignment; items : SET [1:?] OF position_type_item; position_type : Position_type; role : Position_type_role; END_ENTITY; -- Position_type_assignment |
Entity data types and their attributesPosition_type_assignmentitems: SET [1:?] OF position_type_item; position_type: Position_type; role: Position_type_role; |
Global rules for this entity data type- |