POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
BUSINESS_ASSOCIATION
SUBTYPE OF
(
transient_association
);
associated_with :
business_associate
;
business_associate :
business_associate
;
ref_business_association_role :
ref_business_association_role
;
ref_bus_assn_structure :
ref_bus_assn_structure
;
INVERSE
business_associate_job_title :
SET [0:?] OF
business_associate_job_title
FOR
business_association;
UNIQUE
si:
transient_association
.end_time, ref_business_association_role,
transient_association
.start_time, associated_with, business_associate;
WHERE
dri: business_associate :<>: associated_with;
END_ENTITY
; (* business_association *)
Generated on Tue Jul 10 19:37:37 2001
© Copyright 2001 POSC. All rights reserved.