ENTITY hvac_plant_item_branch_connection

(* SCHEMA plant_spatial_configuration; *)
   ENTITY hvac_plant_item_branch_connection
   SUBTYPE OF (shape_aspect_relationship);
   WHERE
      WR1:
         SELF.description = 'branch location';
      WR2:
         'PLANT_SPATIAL_CONFIGURATION.HVAC_SECTION_DEFINITION' IN 
TYPEOF(SELF.relating_shape_aspect.of_shape.definition);
      WR3:
         'PLANT_SPATIAL_CONFIGURATION.HVAC_CONNECTOR' IN 
TYPEOF(SELF.related_shape_aspect);
   END_ENTITY;

Explicit Attributes

Entity hvac_plant_item_branch_connection has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)shape_aspect_relationship
 descriptiontext (STRING)shape_aspect_relationship
 relating_shape_aspectshape_aspect (ENTITY)shape_aspect_relationship
 related_shape_aspectshape_aspect (ENTITY)shape_aspect_relationship

Derived Attributes

Entity hvac_plant_item_branch_connection has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)shape_aspect_relationship

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity hvac_plant_item_branch_connection inherits from the following supertypes:
  shape_aspect_relationship

Subtypes

    No subtypes

Referenced By

Entity hvac_plant_item_branch_connection and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 arrangement_plant_item_connection ENTITY shape_aspect_relationship
 centre_of_symmetry ENTITY shape_aspect_relationship
 change_item SELECT shape_aspect_relationship
 derived_shape_aspect ENTITY shape_aspect_relationship
 hvac_plant_item_connection ENTITY shape_aspect_relationship
 id_attribute_select SELECT shape_aspect_relationship
 line_plant_item_connection ENTITY shape_aspect_relationship
 plant_item_connection ENTITY shape_aspect_relationship
 represented_definition SELECT shape_aspect_relationship
 shape_aspect_deriving_relationship ENTITY shape_aspect_relationship
 shape_definition SELECT shape_aspect_relationship
 symmetric_shape_aspect ENTITY shape_aspect_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:24-04:00