ENTITY plant_item_connection

(* SCHEMA plant_spatial_configuration; *)
   ENTITY plant_item_connection
   SUBTYPE OF (shape_aspect, shape_aspect_relationship);
   WHERE
      WR1:
         'PLANT_SPATIAL_CONFIGURATION.PLANT_ITEM_CONNECTOR' IN 
TYPEOF(SELF\shape_aspect_relationship.relating_shape_aspect);
      WR2:
         'PLANT_SPATIAL_CONFIGURATION.PLANT_ITEM_CONNECTOR' IN 
TYPEOF(SELF\shape_aspect_relationship.related_shape_aspect);
      WR3:
         
SELF\shape_aspect.of_shape\property_definition.
definition\product_definition.frame_of_reference\application_context_element.
name IN [ 'functional occurrence', 'physical occurrence',
 'functional definition', 'physical definition' ];
      WR4:
         
SELF\shape_aspect_relationship.relating_shape_aspect.
of_shape\property_definition.definition\product_definition.
frame_of_reference\application_context_element.
name = SELF\shape_aspect_relationship.related_shape_aspect.
of_shape\property_definition.definition\product_definition.
frame_of_reference\application_context_element.name;
      WR5:
         SIZEOF(USEDIN(SELF, 'PLANT_SPATIAL_CONFIGURATION.' + 
'APPLIED_CLASSIFICATION_ASSIGNMENT.ITEMS')) >= 1;
      WR6:
         SIZEOF(QUERY (pscca <* USEDIN(SELF, 
'PLANT_SPATIAL_CONFIGURATION.' + 
'APPLIED_CLASSIFICATION_ASSIGNMENT.ITEMS')| NOT (SIZEOF([ 
'PLANT_SPATIAL_CONFIGURATION.CONNECTION_FUNCTIONAL_CLASS', 
'PLANT_SPATIAL_CONFIGURATION.CONNECTION_MOTION_CLASS' ] * 
TYPEOF(pscca.assigned_class)) >= 1))) = 0;
      WR7:
         SIZEOF(QUERY (pdr <* USEDIN(SELF.of_shape.definition, 
'PLANT_SPATIAL_CONFIGURATION.PRODUCT_DEFINITION_RELATIONSHIP.' + 
'RELATED_PRODUCT_DEFINITION')|
 (pdr.name = 'support usage connection'))) <= 1;
   END_ENTITY;

Explicit Attributes

Entity plant_item_connection has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)shape_aspect
 descriptiontext (STRING)shape_aspect
 of_shapeproduct_definition_shape (ENTITY)shape_aspect
 product_definitionalLOGICALshape_aspect
 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 plant_item_connection has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)shape_aspect
 ididentifier (STRING)shape_aspect_relationship

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity plant_item_connection inherits from the following supertypes:
  shape_aspect
  shape_aspect_relationship

Subtypes

    No subtypes

Referenced By

Entity plant_item_connection and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 arrangement_plant_item_connection ENTITY shape_aspect_relationship
 associated_item SELECT plant_item_connection
 centre_of_symmetry ENTITY shape_aspect_relationship
 change_item SELECT shape_aspect
 change_item SELECT plant_item_connection
 change_item SELECT shape_aspect_relationship
 classification_item SELECT plant_item_connection
 derived_shape_aspect ENTITY shape_aspect_relationship
 dimensional_size ENTITY shape_aspect
 hvac_connector ENTITY shape_aspect
 hvac_plant_item_connection ENTITY shape_aspect_relationship
 identified_item SELECT shape_aspect
 id_attribute_select SELECT shape_aspect_relationship
 id_attribute_select SELECT shape_aspect
 line_plant_item_connection ENTITY shape_aspect_relationship
 plant_item_connection ENTITY shape_aspect_relationship
 plant_item_connection ENTITY shape_aspect
 plant_item_connector ENTITY shape_aspect
 represented_definition SELECT shape_aspect_relationship
 represented_definition SELECT shape_aspect
 reserved_space ENTITY shape_aspect
 shape_aspect_deriving_relationship ENTITY shape_aspect_relationship
 shape_aspect_relationship ENTITY shape_aspect
 shape_definition SELECT shape_aspect
 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