|
ENTITY applied_organization_type_assignment SUBTYPE OF (organization_type_assignment); items : SET [1:?] OF organization_type_item; END_ENTITY; -- applied_organization_type_assignment |
Entity data types and their attributesorganization_type_assignmentid: identifier; name: label; (OPT) description: text; assigned_organization_type: organization_type; role: organization_type_role; applied_organization_type_assignment items: SET [1:?] OF organization_type_item; |
Global rules for this entity data type- |