POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This extension adds an attribute to PTY_LOCATION that provides the content source of the location information.
CHANGE ESM2_location_source (*<REMARK> CHANGE ESM2_location_source *) (*<desc> This extension adds an attribute to PTY_LOCATION that provides the content source of the location information.*) ALTER ENTITY pty_location; ADD source_content : OPTIONAL ndt_identifier (*<desc> This is the original source of the data (e.g., the surveying company). This is the person, company or application that defined or specified the data (content) for this instance and is considered to be responsible for it. This may be the same as or different from the provider of the instance (e.g., POSC).*); END_ENTITY; END_CHANGE;