POSC Specifications Version 2.2
Epicentre Logical Data Model
ENTITY
RESERVES
SUBTYPE OF
(
business_object
);
approved_by :
OPTIONAL
business_associate
;
description :
OPTIONAL
ndt_comment
;
effective_date :
OPTIONAL
ndt_date
;
expiry_date :
OPTIONAL
ndt_date
;
fluid_component :
fluid_component
;
product_flow_network_unit :
product_flow_network_unit
;
ref_recovery_process :
OPTIONAL
ref_recovery_process
;
reserves_category :
reserves_class
;
INVERSE
reserves_sale_commitment :
SET [0:?] OF
reserves_sale_commitment
FOR
reserves;
reserves_classification :
SET [0:?] OF
reserves_classification
FOR
reserves;
pty_standard_volume_gas :
SET [0:?] OF
pty_standard_volume_gas
FOR
reserves;
pty_standard_volume_liquid :
SET [0:?] OF
pty_standard_volume_liquid
FOR
reserves;
derived_from :
BAG [0:1] OF
reserves_category_change
FOR
result_reserves;
amendment :
SET [0:?] OF
reserves_category_change
FOR
original_reserves;
UNIQUE
si: product_flow_network_unit, fluid_component, reserves_category;
END_ENTITY
; (* reserves *)
Generated on Tue Dec 9 09:50:32 1997
© Copyright 1997 POSC. All rights reserved.