POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
FLUID_COMPONENT
ABSTRACT SUPERTYPE OF
(
ONEOF
(
ref_generic_fluid_component
,
specific_fluid_component
));
INVERSE
allocated_flow_stream :
SET [0:?] OF
allocated_flow_stream
FOR
fluid_component;
allowable_flow_stream :
SET [0:?] OF
allowable_flow_stream
FOR
fluid_component;
evaluated_flow_stream :
SET [0:?] OF
evaluated_flow_stream
FOR
fluid_component;
fluid_cargo :
SET [0:?] OF
fluid_cargo
FOR
fluid_component;
fluid_flow_stream_contaminant :
SET [0:?] OF
fluid_flow_stream_contaminant
FOR
fluid_component;
fluid_phase_composition :
SET [0:?] OF
fluid_phase_composition
FOR
fluid_component;
pty_fluid_component_ratio :
SET [0:?] OF
pty_fluid_component_ratio
FOR
reference_fluid_component;
reserves :
SET [0:?] OF
reserves
FOR
fluid_component;
used_as_denominator :
SET [0:?] OF
pty_sp_fluid_component_ratio
FOR
reference_fluid_component;
used_as_numerator :
SET [0:?] OF
pty_sp_fluid_component_ratio
FOR
measured_fluid_component;
well_test_recovery :
SET [0:?] OF
well_test_recovery
FOR
fluid_component;
END_ENTITY
; (* fluid_component *)
Generated on Tue Jul 10 19:37:51 2001
© Copyright 2001 POSC. All rights reserved.