POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This change adds an attribute to PTY_LOCATION that provides a status of the location property.
CHANGE ESM_location_status ALTER ENTITY pty_location; ADD location_status: OPTIONAL ref_location_status (*<desc> This indicates the status of a location.*); END_ENTITY; ADD ENTITY ref_location_status (*<population>open*) (*<desc> This entity defines the status values of location.*) SUBTYPE OF (ref_code); UNIQUE si: identifier; END_ENTITY; END_CHANGE;