POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
MAILING_ADDRESS
SUBTYPE OF
(
address
);
line_1 :
OPTIONAL
ndt_name
;
line_2 :
OPTIONAL
ndt_name
;
line_3 :
OPTIONAL
ndt_name
;
postal_code :
OPTIONAL
ref_postal_code
;
INVERSE
geopolitical_feature :
SET [0:?] OF
mailing_address_feature_incl
FOR
mailing_address;
UNIQUE
si:
address
.effective_date,
address
.expiry_date, line_1, line_2, line_3, postal_code,
address
.business_associate,
address
.facility;
END_ENTITY
; (* mailing_address *)
Generated on Tue Jul 10 19:38:05 2001
© Copyright 2001 POSC. All rights reserved.