POSC Specifications Version 2.2
Epicentre Logical Data Model
ENTITY
CONTRACT
ABSTRACT SUPERTYPE OF
(
ONEOF
(
mineral_agreement
,
marketing_agreement
,
service_agreement
,
title_agreement
,
partnership_agreement
,
surface_agreement
))
SUBTYPE OF
(
recorded_document_specification
);
activity :
OPTIONAL
SET [0:?] OF
activity
;
business_associate_facility_association :
OPTIONAL
SET [0:?] OF
business_associate_facility_association
;
contract_clause :
OPTIONAL
LIST [0:?] OF UNIQUE
contract_clause
;
contract_remark :
OPTIONAL
LIST [0:?] OF UNIQUE
contract_remark
;
duration :
OPTIONAL
ndt_time
;
effective_date :
OPTIONAL
ndt_date_tod
;
execution_date :
OPTIONAL
ndt_date_tod
;
expiry_date :
OPTIONAL
ndt_date_tod
;
original_expiry_date :
OPTIONAL
ndt_date_tod
;
ref_naming_system :
OPTIONAL
ref_naming_system
;
INVERSE
contract_business_object :
SET [0:?] OF
business_object
FOR
subject_of_contract;
encumbrance :
SET [0:?] OF
encumbrance
FOR
contract;
contract_status :
SET [0:?] OF
contract_status
FOR
contract;
contract_activity_type :
SET [0:?] OF
contract_activity_type
FOR
contract;
contract_alias :
SET [0:?] OF
contract_alias
FOR
contract;
pty_contract_processing_fee :
SET [0:?] OF
pty_contract_processing_fee
FOR
contract;
part_of :
SET [0:?] OF
contract_reference
FOR
from_contract;
composed_of :
SET [0:?] OF
contract_reference
FOR
for_contract;
obligation :
SET [0:?] OF
contractual_obligation
FOR
contract;
contract_designation :
SET [0:?] OF
contract_designation
FOR
contract;
END_ENTITY
; (* contract *)
Generated on Tue Dec 9 09:48:54 1997
© Copyright 1997 POSC. All rights reserved.