POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
PTY_FLUID_COMPONENT_RATIO
SUBTYPE OF
(
pty_transient_property
);
allocated_flow_stream :
OPTIONAL
allocated_flow_stream
;
allowable_flow_stream :
OPTIONAL
allowable_flow_stream
;
data_value :
ndt_std_volume_ratio
;
distribution :
OPTIONAL
ndt_line
;
distribution_type :
OPTIONAL
ndt_probability_distribution_type
;
evaluated_flow_stream :
OPTIONAL
evaluated_flow_stream
;
maximum_value :
OPTIONAL
ndt_real4
;
minimum_value :
OPTIONAL
ndt_real4
;
mode_value :
OPTIONAL
ndt_real4
;
reference_fluid_component :
fluid_component
;
standard_deviation :
OPTIONAL
ndt_real4
;
UNIQUE
si:
pty_transient_property
.end_time,
pty_transient_property
.ref_transient_period,
pty_transient_property
.start_time,
process_data
.activity, allocated_flow_stream, allowable_flow_stream, evaluated_flow_stream, reference_fluid_component;
END_ENTITY
; (* pty_fluid_component_ratio *)
Generated on Tue Jul 10 19:38:24 2001
© Copyright 2001 POSC. All rights reserved.