POSC Specifications Version 2.2
Epicentre Logical Data Model
ENTITY
WELL_SURFACE_POINT
SUBTYPE OF
(
earth_surface_point
,
business_object
);
description :
OPTIONAL
ndt_comment
;
identifier :
OPTIONAL
ndt_name
;
well :
well
;
INVERSE
pty_location_1d :
SET [0:?] OF
pty_location_1d
FOR
well_surface_point;
pty_water_depth :
SET [0:?] OF
pty_water_depth
FOR
well_surface_point;
pty_legal_survey_location :
SET [0:?] OF
pty_legal_survey_location
FOR
well_surface_point;
pty_location_2d :
SET [0:?] OF
pty_location_2d
FOR
well_surface_point;
UNIQUE
si: identifier, well;
END_ENTITY
; (* well_surface_point *)
Generated on Tue Dec 9 09:50:59 1997
© Copyright 1997 POSC. All rights reserved.