POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
LICENSE_PAYMENT
SUBTYPE OF
(
business_object
);
amount :
ndt_money
;
due_date :
OPTIONAL
ndt_date
;
kind :
OPTIONAL
ref_license_payment
;
license_right :
license_right
;
payment_date :
OPTIONAL
ndt_date
;
UNIQUE
si: license_right, kind, payment_date;
END_ENTITY
; (* license_payment *)
Generated on Tue Jul 10 19:38:03 2001
© Copyright 2001 POSC. All rights reserved.