|
ENTITY person_type_assignment; ABSTRACT SUPERTYPE; id : identifier; name : label; description : OPTIONAL text; assigned_person_type : person_type; role : person_type_role; END_ENTITY; -- person_type_assignment |
Entity data types and their attributesperson_type_assignmentid: identifier; name: label; (OPT) description: text; assigned_person_type: person_type; role: person_type_role; |
| applied_person_type_assignment (Type_of_person_mim) |
Users: by entity attributesperson_type_assignmentUsers: by defined types, not used by any entity attributeperson_type_assignment- |
Global rules for this entity data type- |