|
ENTITY Pre_defined_address_assignment SUBTYPE OF (Address_assignment); WHERE WR1: SELF\Address_assignment.address_type IN Pre_defined_address_assignment_types; END_ENTITY; -- Pre_defined_address_assignment |
Entity data types and their attributesAddress_assignment(OPT) address_type: STRING; assigned_address: Address; located_person_organizations: SET [1:?] OF organization_or_person_in_organization_select; Pre_defined_address_assignment - |
Global rules for this entity data type- |