Navigation

personal_address

EXPRESS specification:

ENTITY personal_address
SUBTYPE OF ( address);
people  :  SET [1:?] OF person;
description  :  text;
END_ENTITY;

References (1):

Name Type Referred through Express-G
address Entity
Subtype
No Diagram

Inheritance graph

ENTITY personal_address;
ENTITY address;
internal_location  :  OPTIONAL label;
street_number  :  OPTIONAL label;
street  :  OPTIONAL label;
postal_box  :  OPTIONAL label;
town  :  OPTIONAL label;
region  :  OPTIONAL label;
postal_code  :  OPTIONAL label;
country  :  OPTIONAL label;
facsimile_number  :  OPTIONAL label;
telephone_number  :  OPTIONAL label;
electronic_mail_address  :  OPTIONAL label;
telex_number  :  OPTIONAL label;
DERIVE
name  :  label :=  get_name_value (SELF);
url  :  identifier :=  get_id_value (SELF);
ENTITY personal_address;
people  :  SET [1:?] OF person;
description  :  text;
END_ENTITY;