POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This change adds an attribute to PTY_LOCATION_ACCURACY that provides a qualitative indication of location accuracy. The population of this indicator will have to be further refined.
CHANGE ESM_location_quality ALTER ENTITY pty_location_accuracy; ADD location_quality : OPTIONAL ref_location_quality (*<desc> This indicates the quality of a location.*); END_ENTITY; ADD ENTITY ref_location_quality (*<population>open*) (*<desc> This entity defines the qualitative indicators of location accuracy.*) SUBTYPE OF (ref_code); UNIQUE si: identifier; END_ENTITY; END_CHANGE;