Navigation

structure

EXPRESS specification:

ENTITY structure
SUBTYPE OF ( structural_frame_item);
UNIQUE
URS6  :  item_number, item_name;
END_ENTITY;

References (7):

Name Type Referred through Express-G
building Entity
Attribute 'building_structures'
No Diagram
grid_of_structure Entity
Attribute 'grid_for_structure'
No Diagram
located_structure Entity
Attribute 'descriptive_structure'
No Diagram
select_project_definition_item Select
Select relation
No Diagram
structural_frame_item Entity
Subtype
No Diagram
structure_select Select
Select relation
No Diagram
zone_of_structure Entity
Attribute 'zone_for_structure'
No Diagram

Inheritance graph

ENTITY structure;
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 structure;
END_ENTITY;