POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
FILTER_CAKE
SUBTYPE OF
(
bulk_material
);
wellbore :
OPTIONAL
wellbore
;
well_test_recovery :
OPTIONAL
well_test_recovery
;
INVERSE
pty_density_solid :
SET [0:?] OF
pty_density_solid
FOR
filter_cake;
pty_electric_resistivity :
SET [0:?] OF
pty_electric_resistivity
FOR
filter_cake;
pty_pressure :
SET [0:?] OF
pty_pressure
FOR
filter_cake;
pty_temperature :
SET [0:?] OF
pty_temperature
FOR
filter_cake;
pty_thickness :
SET [0:?] OF
pty_thickness
FOR
filter_cake;
pty_volume :
SET [0:?] OF
pty_volume
FOR
filter_cake;
UNIQUE
si:
material
.identifier,
material
.ref_existence_kind, wellbore, well_test_recovery;
END_ENTITY
; (* filter_cake *)
Generated on Tue Jul 10 19:37:50 2001
© Copyright 2001 POSC. All rights reserved.