Navigation

located_structure

EXPRESS specification:

ENTITY located_structure
SUBTYPE OF ( located_item);
descriptive_structure  :  structure;
parent_site  :  site_select;
UNIQUE
URL11  :  location, descriptive_structure, parent_site;
WHERE
WRL37  :  SELF\located_item.location.coord_system_use = 'Structure Coordinate System';
END_ENTITY;

References (2):

Name Type Referred through Express-G
located_item Entity
Subtype
No Diagram
structure_select Select
Select relation
No Diagram

Inheritance graph

ENTITY located_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 located_item;
location  :  coord_system;
ENTITY located_structure;
descriptive_structure  :  structure;
parent_site  :  site_select;
END_ENTITY;