Overview Schemas Index

Foundation_representation_arm         


ENTITY Representation_relationship;
          relation_type : OPTIONAL STRING;
          description : OPTIONAL STRING;
          rep_1 : Representation;
          rep_2 : Representation;
WHERE
          WR1: EXISTS(relation_type) OR (TYPEOF(SELF\Representation_relationship) <> TYPEOF(SELF));
          WR2: EXISTS(description) OR (TYPEOF(SELF\Representation_relationship) <> TYPEOF(SELF));
END_ENTITY; -- Representation_relationship

Entity data types and their attributes

Representation_relationship
          (OPT) relation_type: STRING;
          (OPT) description: STRING;
          rep_1: Representation;
          rep_2: Representation;

Known subtypes

          Definitional_representation_relationship (Geometric_model_relationship_arm)
          Explicit_procedural_shape_representation_relationship (Procedural_shape_model_arm)
          Geometric_model_relationship (Geometric_model_relationship_arm)
          Ply_orientation_angle (Ply_orientation_specification_arm)

Users: by entity attributes

Representation_relationship
          Attribute_translation_assignment.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
          Classification_assignment.items
                    classification_item
                              prjm_classification_item
          Language_indication.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1

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

Representation_relationship
          furniture_properties_select_ap236cc1
                    Attribute_translation_assignment.considered_instance
                    Language_indication.considered_instance
          prjm_classification_item
                    Classification_assignment.items
                    design_pdm_information_usage_right_item

Global rules for this entity data type

          -