POSC Specifications Version 2.2
Epicentre Logical Data Model
ENTITY
TYPICAL_FACILITY
(* Open *)
SUPERTYPE OF
(
ONEOF
(
typical_receiver_element
,
typical_reference_point
,
typical_seismic_receiver
,
typical_seismic_source
,
typical_source_element
))
SUBTYPE OF
(
typical_object
,
technical_object
);
description :
OPTIONAL
ndt_comment
;
end_date :
OPTIONAL
ndt_date
;
name :
ndt_name
;
start_date :
OPTIONAL
ndt_date
;
INVERSE
pty_equipment_facility :
SET [0:?] OF
pty_equipment_facility
FOR
typical_facility;
parts :
SET [0:?] OF
typical_facility_composition
FOR
whole;
part_of :
SET [0:?] OF
typical_facility_composition
FOR
part;
typical_facility_equipment_specification :
SET [0:?] OF
typical_facility_equipment_specification
FOR
typical_facility;
typical_facility_classification :
SET [0:?] OF
typical_facility_classification
FOR
typical_facility;
pty_element_value :
SET [0:?] OF
pty_element_value
FOR
typical_facility;
facility :
SET [0:?] OF
facility
FOR
typical_facility;
typical_facility_material_specification :
SET [0:?] OF
typical_facility_material_specification
FOR
typical_facility;
UNIQUE
si: name;
END_ENTITY
; (* typical_facility *)
Generated on Tue Dec 9 09:50:50 1997
© Copyright 1997 POSC. All rights reserved.