Navigation

structural_frame_item

EXPRESS specification:

ENTITY structural_frame_item
SUPERTYPE OF (ONEOF(building, building_complex, feature, joint_system, located_item, material, project, project_plan, project_plan_item, section_profile, site, structural_frame_process, structural_frame_product, structure));
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);
WHERE
WRS49  :  SIZEOF (USEDIN (SELF, 'STRUCTURAL_FRAME_SCHEMA.MANAGED_DATA_ITEM.DATA_ITEM')) <= 1;
END_ENTITY;

References (24):

Name Type Referred through Express-G
building Entity
Supertype
No Diagram
building_complex Entity
Supertype
No Diagram
feature Entity
Supertype
No Diagram
item_cost_code_assigned Entity
Attribute 'costed_item'
No Diagram
item_property_assigned Entity
Attribute 'item'
No Diagram
item_reference_assigned Entity
Attribute 'assigned_to_item'
No Diagram
joint_system Entity
Supertype
No Diagram
located_item Entity
Supertype
No Diagram
material Entity
Supertype
No Diagram
project Entity
Supertype
No Diagram
project_plan Entity
Supertype
No Diagram
project_plan_item Entity
Supertype
No Diagram
section_profile Entity
Supertype
No Diagram
select_structural_item Select
Select relation
No Diagram
site Entity
Supertype
No Diagram
structural_frame_item_approved Entity
Attribute 'approved_item'
No Diagram
structural_frame_item_certified Entity
Attribute 'certified_item'
No Diagram
structural_frame_item_documented Entity
Attribute 'documented_item'
No Diagram
structural_frame_item_priced Entity
Attribute 'priced_item'
No Diagram
structural_frame_item_relationship Entity
Attribute 'related_item'
Attribute 'relating_item'
No Diagram
structural_frame_process Entity
Supertype
No Diagram
structural_frame_product Entity
Supertype
No Diagram
structure Entity
Supertype
No Diagram

Inheritance graph

ENTITY structural_frame_item;
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);
END_ENTITY;