POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
Change attribute "name" to "identifier" in order to be consistent with other non-ref entities. At the same time, change the type to ndt_identifier.
CHANGE ERP_identifier_only ALTER ENTITY contract_clause; ALTER name AS identifier ALTER TYPE AS ndt_identifier; END_ENTITY; ALTER ENTITY divestment_package; ALTER name AS identifier ALTER TYPE AS ndt_identifier; END_ENTITY; ALTER ENTITY fluid_phase_interface; ALTER name AS identifier ALTER TYPE AS ndt_identifier; END_ENTITY; ALTER ENTITY grid_or_mesh; ALTER name AS identifier ALTER TYPE AS ndt_identifier; END_ENTITY; ALTER ENTITY regulation_clause; ALTER name AS identifier ALTER TYPE AS ndt_identifier; END_ENTITY; ALTER ENTITY rock_fluid_interaction; ALTER name AS identifier ALTER TYPE AS ndt_identifier; END_ENTITY; ALTER ENTITY schedule; ALTER name AS identifier ALTER TYPE AS ndt_identifier; END_ENTITY; ALTER ENTITY seismic_header; ALTER name AS identifier ALTER TYPE AS ndt_identifier; END_ENTITY; ALTER ENTITY wavelet_or_filter; ALTER name AS identifier ALTER TYPE AS ndt_identifier; END_ENTITY; END_CHANGE;