|
ENTITY location_assignment; ABSTRACT SUPERTYPE; id : identifier; name : label; description : OPTIONAL text; assigned_location : location; role : location_role; END_ENTITY; -- location_assignment |
Entity data types and their attributeslocation_assignmentid: identifier; name: label; (OPT) description: text; assigned_location: location; role: location_role; |
| applied_location_assignment (Location_assignment_mim) |
Users: by entity attributeslocation_assignmentUsers: by defined types, not used by any entity attributelocation_assignment- |
Global rules for this entity data type- |