POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
DOCUMENT_SPECIFICATION
ABSTRACT SUPERTYPE OF
(
ONEOF
(
application_for_permit
,
diagram_specification
,
geophysical_display
,
guideline_set
,
limitation_set
,
map
,
notification
,
objective_set
,
other_document_specification
,
permit_specification
,
photographic_image
,
recorded_document_spec
,
regulation_set
,
report_specification
,
well_log
))
SUBTYPE OF
(
business_object
);
document_date :
OPTIONAL
ndt_date
;
identifier :
ndt_identifier
;
kind :
OPTIONAL
document_specification_class
;
naming_system :
OPTIONAL
naming_system
;
INVERSE
be_used_by :
SET [0:?] OF
data_collection
FOR
document_specification;
business_associate_role :
SET [0:?] OF
document_spec_business_assoc
FOR
document_specification;
content :
SET [0:?] OF
document_specification_part
FOR
document_specification;
document :
SET [0:?] OF
document
FOR
document_specification;
document_specification_alias :
SET [0:?] OF
document_specification_alias
FOR
aliased_object;
document_specification_clsn :
SET [0:?] OF
document_specification_clsn
FOR
document_specification;
referenced_by :
SET [0:?] OF
document_spec_reference
FOR
document_referenced;
END_ENTITY
; (* document_specification *)
Generated on Tue Jul 10 19:37:43 2001
© Copyright 2001 POSC. All rights reserved.