POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
GEOPOLITICAL_FEATURE
(* Open *)
SUBTYPE OF
(
leaseable_earth_feature
);
ref_geopolitical_area :
ref_geopolitical_area
;
INVERSE
field :
SET [0:?] OF
field
FOR
country;
geopolitical_adjoining_border :
SET [0:?] OF
geopolitical_border
FOR
bordering_feature;
geopolitical_border :
SET [0:?] OF
geopolitical_border
FOR
geopolitical_feature;
geopolitical_boundary :
SET [0:?] OF
geopolitical_boundary
FOR
geopolitical_feature;
mailing_address :
SET [0:?] OF
mailing_address_feature_incl
FOR
geopolitical_feature;
offshore_feature :
SET [0:?] OF
offshore_legal_survey_area
FOR
country;
physical_address :
SET [0:?] OF
physical_address_feature_incl
FOR
geopolitical_feature;
postal_code :
SET [0:?] OF
ref_postal_code
FOR
country;
pty_standard_pressure :
SET [0:?] OF
pty_standard_pressure
FOR
geopolitical_feature;
pty_standard_temperature :
SET [0:?] OF
pty_standard_temperature
FOR
geopolitical_feature;
UNIQUE
si:
earth_feature
.unique_within,
earth_feature
.identifier;
END_ENTITY
; (* geopolitical_feature *)
Generated on Tue Jul 10 19:37:59 2001
© Copyright 2001 POSC. All rights reserved.