|
ENTITY Externally_defined_address_assignment SUBTYPE OF (Address_assignment); INVERSE source : External_source_identification FOR item; WHERE WR1: (EXISTS(SELF\Address_assignment.address_type)) AND (NOT (SELF\Address_assignment.address_type IN Pre_defined_address_assignment_types)); END_ENTITY; -- Externally_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; Externally_defined_address_assignment (INV) source: External_source_identification FOR item; |
Global rules for this entity data type- |