Overview Schemas Index

Location_in_building_arm         


ENTITY Contextual_position_in_building;
          reference_context : reference_item_select;
          reference_geometric_space : Geometric_model;
          positioned_item : placed_item_select;
          positioned_representation : template_instance;
WHERE
          WR1: reference_context\Product_view_definition.defined_version :<>: 
          positioned_item\Product_view_definition.defined_version;
          WR2: (('LOCATION_IN_BUILDING_ARM.'+ 'BUILDING' IN  TYPEOF(reference_context)) AND
          ('LOCATION_IN_BUILDING_ARM.'+ 'BUILDING_SECTION' IN  TYPEOF(positioned_item)) ) 
          OR
     (('LOCATION_IN_BUILDING_ARM.'+ 'SPACE' IN  TYPEOF(reference_context)) AND
          ('LOCATION_IN_BUILDING_ARM.'+ 'BUILDING_ELEMENT' IN  TYPEOF(positioned_item)) ) 
          OR
     (('LOCATION_IN_BUILDING_ARM.'+ 'BUILDING_SECTION' IN  TYPEOF(reference_context)) AND
          ('LOCATION_IN_BUILDING_ARM.'+ 'BUILDING_ITEM' IN  TYPEOF(positioned_item)) ) 
          OR
     (('LOCATION_IN_BUILDING_ARM.'+ 'BUILDING_SECTION' IN  TYPEOF(reference_context)) AND
          ('LOCATION_IN_BUILDING_ARM.'+ 'BUILDING_LEVEL' IN TYPEOF(positioned_item)) );
END_ENTITY; -- Contextual_position_in_building

Entity data types and their attributes

Contextual_position_in_building
          reference_context: reference_item_select;
          reference_geometric_space: Geometric_model;
          positioned_item: placed_item_select;
          positioned_representation: template_instance;

Users: by entity attributes

Contextual_position_in_building

Users: by defined types, not used by any entity attribute

Contextual_position_in_building
          -

Global rules for this entity data type

          -