|
ENTITY applied_person_type_assignment SUBTYPE OF (person_type_assignment); items : SET [1:?] OF person_type_item; END_ENTITY; -- applied_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 items: SET [1:?] OF person_type_item; |
Global rules for this entity data type- |