POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
TYPICAL_FACILITY
(* Local *)
SUBTYPE OF
(
typical_object
);
end_date :
OPTIONAL
ndt_date
;
kind :
OPTIONAL
facility_class
;
start_date :
OPTIONAL
ndt_date
;
INVERSE
facility_class :
facility_class
FOR
archetype_typical;
parts :
SET [0:?] OF
typical_facility_composition
FOR
whole;
part_of :
SET [0:?] OF
typical_facility_composition
FOR
part;
pty_generic_property :
SET [0:?] OF
pty_generic_property
FOR
typical_facility;
typical_facility_clsn :
SET [0:?] OF
typical_facility_clsn
FOR
typical_facility;
UNIQUE
si:
technical_reference
.identifier, kind;
END_ENTITY
; (* typical_facility *)
Generated on Tue Jul 10 19:39:15 2001
© Copyright 2001 POSC. All rights reserved.