POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
CONTRACTUAL_OBLIGATION
SUBTYPE OF
(
technical_object
);
contract :
contract
;
due_date :
OPTIONAL
ndt_date_tod
;
effective_date :
OPTIONAL
ndt_date_tod
;
expiry_date :
OPTIONAL
ndt_date_tod
;
identifier :
ndt_identifier
;
ref_contract_obligation :
OPTIONAL
ref_contract_obligation
;
ref_obligation_frequency :
OPTIONAL
ref_obligation_frequency
;
INVERSE
contractual_obligation_object :
SET [0:?] OF
contract_oblig_object_fulfil
FOR
contractual_obligation;
contractual_oblig_activity :
SET [0:?] OF
contract_oblig_activity_fulfil
FOR
contractual_obligation;
contract_activity_type :
SET [0:?] OF
contract_activity_type
FOR
contractual_obligation;
contract_designation :
SET [0:?] OF
contract_designation
FOR
contractual_obligation;
notification :
SET [0:?] OF
notification
FOR
contractual_obligation;
UNIQUE
si: identifier, contract;
END_ENTITY
; (* contractual_obligation *)
Generated on Tue Jul 10 19:37:40 2001
© Copyright 2001 POSC. All rights reserved.