POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
BULK_MATERIAL
ABSTRACT SUPERTYPE OF
(
ONEOF
(
cement
,
filter_cake
,
fluid_system
,
other_material
,
rock_material
,
specific_fluid_component
,
well_operation_solid
))
SUBTYPE OF
(
material
);
INVERSE
pty_absolute_abundance :
SET [0:?] OF
pty_absolute_abundance
FOR
bulk_material;
pty_conc_mass_per_mass :
SET [0:?] OF
pty_conc_mass_per_mass
FOR
bulk_material;
pty_conc_mass_per_volume :
SET [0:?] OF
pty_conc_mass_per_volume
FOR
bulk_material;
pty_conc_mole_per_volume :
SET [0:?] OF
pty_conc_mole_per_volume
FOR
bulk_material;
pty_conc_volume_per_mass :
SET [0:?] OF
pty_conc_volume_per_mass
FOR
bulk_material;
pty_conc_volume_per_mole :
SET [0:?] OF
pty_conc_volume_per_mole
FOR
bulk_material;
pty_conc_volume_per_volume :
SET [0:?] OF
pty_conc_volume_per_volume
FOR
bulk_material;
pty_isotope_ratio :
SET [0:?] OF
pty_isotope_ratio
FOR
bulk_material;
pty_mass :
SET [0:?] OF
pty_mass
FOR
bulk_material;
pty_weight :
SET [0:?] OF
pty_weight
FOR
bulk_material;
END_ENTITY
; (* bulk_material *)
Generated on Tue Jul 10 19:37:36 2001
© Copyright 2001 POSC. All rights reserved.