POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
DIVESTMENT_PACKAGE
SUBTYPE OF
(
business_object
);
closing_date :
OPTIONAL
ndt_date
;
identifier :
ndt_identifier
;
part_of :
OPTIONAL
divestment_package
;
ref_sale :
OPTIONAL
ref_sale
;
response_due_date :
OPTIONAL
ndt_date
;
sale_date :
OPTIONAL
ndt_date
;
sale_effective_date :
OPTIONAL
ndt_date
;
sale_offer_date :
OPTIONAL
ndt_date
;
INVERSE
composed_of :
SET [0:?] OF
divestment_package
FOR
part_of;
equipment_item :
SET [0:?] OF
divestment_equipment_inclusion
FOR
divestment_package;
license_right :
SET [0:?] OF
divestment_right_inclusion
FOR
divestment_package;
UNIQUE
si: identifier;
END_ENTITY
; (* divestment_package *)
Generated on Tue Jul 10 19:37:42 2001
© Copyright 2001 POSC. All rights reserved.