Navigation

building_complex

EXPRESS specification:

ENTITY building_complex
SUBTYPE OF ( structural_frame_item);
building_site  :  site;
buildings  :  LIST [1:?] OF building;
UNIQUE
URB2  :  item_number, item_name;
END_ENTITY;

References (3):

Name Type Referred through Express-G
select_project_definition_item Select
Select relation
No Diagram
site_select Select
Select relation
No Diagram
structural_frame_item Entity
Subtype
No Diagram

Inheritance graph

ENTITY building_complex;
ENTITY structural_frame_item;
item_number  :  INTEGER;
item_name  :  label;
item_description  :  OPTIONAL text;
DERIVE
item_ref  :  BAG OF identifier :=  get_item_ref(SELF);
cost_code  :  BAG OF label :=  get_item_cost_code(SELF);
object_id  :  globally_unique_id :=  get_instance_id(SELF);
ENTITY building_complex;
building_site  :  site;
buildings  :  LIST [1:?] OF building;
END_ENTITY;