POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
SURFACE_FLUID_PHASE_CONDITION
SUBTYPE OF
(
transient_association
);
fluid_phase :
fluid_phase
;
pfnu :
OPTIONAL
pfnu
;
INVERSE
pty_standard_pressure :
SET [0:?] OF
pty_standard_pressure
FOR
surface_fluid_phase_condition;
pty_standard_temperature :
SET [0:?] OF
pty_standard_temperature
FOR
surface_fluid_phase_condition;
pty_transient_pressure :
SET [0:?] OF
pty_transient_pressure
FOR
surface_fluid_phase_condition;
pty_transient_temperature :
SET [0:?] OF
pty_transient_temperature
FOR
surface_fluid_phase_condition;
UNIQUE
si:
transient_association
.end_time,
transient_association
.start_time, pfnu, fluid_phase;
END_ENTITY
; (* surface_fluid_phase_condition *)
Generated on Tue Jul 10 19:39:10 2001
© Copyright 2001 POSC. All rights reserved.