Overview Schemas Index

assembly_feature_relationship_schema         


ENTITY shape_aspect_relationship_representation_association;
          represented_shape_aspect_relationship : shape_aspect_relationship;
          representing_representation_relationship : representation_relationship;
WHERE
          WR1: ('REPRESENTATIVE_SHAPE_REPRESENTATION' IN  
      TYPEOF(representing_representation_relationship\
      representation_relationship.rep_1)) AND
     ('REPRESENTATIVE_SHAPE_REPRESENTATION' IN 
      TYPEOF(representing_representation_relationship\
      representation_relationship.rep_2));
          WR2: (represented_shape_aspect_relationship.relating_shape_aspect IN  
      using_shape_aspect_of_shape_representation 
      (representing_representation_relationship.rep_1)) AND
     (represented_shape_aspect_relationship.related_shape_aspect IN 
      using_shape_aspect_of_shape_representation 
      (representing_representation_relationship.rep_2));
          WR3: ((find_representative_shape_representation_of_product_definition 
     (using_product_definition_of_shape_aspect
     (represented_shape_aspect_relationship.relating_shape_aspect)).
      context_of_items) :=:
     (find_representative_shape_representation_of_shape_aspect 
     (represented_shape_aspect_relationship.relating_shape_aspect).
      context_of_items)) AND
     ((find_representative_shape_representation_of_product_definition 
     (using_product_definition_of_shape_aspect 
     (represented_shape_aspect_relationship.related_shape_aspect)).
      context_of_items) :=:
     (find_representative_shape_representation_of_shape_aspect 
     (represented_shape_aspect_relationship.related_shape_aspect).
      context_of_items));
          WR4: using_product_definition_of_shape_aspect
     (represented_shape_aspect_relationship.relating_shape_aspect) :<>: 
     using_product_definition_of_shape_aspect 
     (represented_shape_aspect_relationship.related_shape_aspect);
          WR5: find_assembly_root ([using_product_definition_of_shape_aspect 
     (represented_shape_aspect_relationship.relating_shape_aspect)]) :=: 
     find_assembly_root ([using_product_definition_of_shape_aspect 
     (represented_shape_aspect_relationship.related_shape_aspect)]);
END_ENTITY; -- shape_aspect_relationship_representation_association

Entity data types and their attributes

shape_aspect_relationship_representation_association
          represented_shape_aspect_relationship: shape_aspect_relationship;
          representing_representation_relationship: representation_relationship;

Users: by entity attributes

shape_aspect_relationship_representation_association

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

shape_aspect_relationship_representation_association
          -

Global rules for this entity data type

          -