POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
CONTRACT
ABSTRACT SUPERTYPE OF
(
ONEOF
(
contract_amendment
,
license_agreement
,
marketing_agreement
,
partnership_agreement
,
service_agreement
,
title_agreement
))
SUBTYPE OF
(
recorded_document_spec
);
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
;
INVERSE
activity :
SET [0:?] OF
contract_activity
FOR
contract;
business_assoc_facility_assn :
SET [0:?] OF
contract_assoc_facility_assn
FOR
contract;
contract_activity_type :
SET [0:?] OF
contract_activity_type
FOR
contract;
contract_business_object :
SET [0:?] OF
subject_of_contract
FOR
contract;
contract_designation :
SET [0:?] OF
contract_designation
FOR
contract;
notification :
SET [0:?] OF
notification
FOR
contract;
obligation :
SET [0:?] OF
contractual_obligation
FOR
contract;
pty_contract_processing_fee :
SET [0:?] OF
pty_contract_processing_fee
FOR
contract;
END_ENTITY
; (* contract *)
Generated on Tue Jul 10 19:37:40 2001
© Copyright 2001 POSC. All rights reserved.