Navigation

organizational_address

EXPRESS specification:

ENTITY organizational_address
SUBTYPE OF ( address);
organizations  :  SET [1:?] OF organization;
description  :  text;
END_ENTITY;

References (4):

Name Type Referred through Express-G
address Entity
Subtype
No Diagram
dispatch Entity
Attribute 'dispatch_address'
Attribute 'delivery_address'
No Diagram
structural_frame_process Entity
Attribute 'place_of_process'
No Diagram

Inheritance graph

ENTITY organizational_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 organizational_address;
organizations  :  SET [1:?] OF organization;
description  :  text;
END_ENTITY;