POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This allows the description of the fluid samples that are extracted from each fluid system. This may be used to describe the samples that are extracted from other fluid samples, as well.
CHANGE ESM2_sample_fluid_system (*<REMARK> CHANGE ESM2_sample_fluid_system *) (*<desc> This allows the description of the fluid samples that are extracted from each fluid system. This may be used to describe the samples that are extracted from other fluid samples, as well.*) ALTER ENTITY fluid_system; INVERSE ADD fluid_sample : SET[0:?] OF fluid_sample FOR fluid_system (*<desc> These are the fluid samples that are extracted from this fluid system.*) (*<verb>be sampled by*); END_ENTITY; ALTER ENTITY fluid_sample; ADD fluid_system : OPTIONAL fluid_system (*<desc> This is the fluid system from which this fluid sample is extracted.*) (*<verb>be a sample of*); DROP well_test_recovery; UNIQUE ALTER si DROP well_test_recovery ADD fluid_system LAST; END_ENTITY; ALTER ENTITY drilling_kick_fluid; DROP described_phase; UNIQUE DROP si; END_ENTITY; ALTER ENTITY well_test_recovery; ALTER fluid_component DROP OPTIONAL; DROP described_phase; DROP reservoir_fluid_system; INVERSE DROP extracted_fluid_sample; WHERE DROP mse; END_ENTITY; ALTER ENTITY fluid_phase; INVERSE DROP drilling_kick_fluid; DROP well_test_recovery; END_ENTITY; ALTER ENTITY drillstem_test_recovery; UNIQUE DROP si; END_ENTITY; ALTER ENTITY well_test_open_period_recovery; UNIQUE DROP si; END_ENTITY; ALTER ENTITY wireline_fm_test_recovery; UNIQUE DROP si; END_ENTITY; ALTER ENTITY reservoir_fluid_system; INVERSE DROP well_test_recovery; END_ENTITY; END_CHANGE;