Navigation

located_site

EXPRESS specification:

ENTITY located_site
SUBTYPE OF ( located_item);
descriptive_site  :  site;
parent_project  :  project_select;
UNIQUE
URL10  :  location, descriptive_site, parent_project;
WHERE
WRL36  :  SELF\located_item.location.coord_system_use = 'Site Coordinate System';
END_ENTITY;

References (2):

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

Inheritance graph

ENTITY located_site;
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_site;
descriptive_site  :  site;
parent_project  :  project_select;
END_ENTITY;