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 (Extended_basic_geometry_arm)
          Explicit_procedural_shape_representation_relationship (Procedural_shape_model_arm)
          Geometric_model_relationship (Extended_basic_geometry_arm)
          Ply_orientation_angle (Ply_orientation_specification_arm)

Users

Representation_relationship
          Attribute_translation_assignment.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
          Language_indication.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1

Global rules for this entity data type

          -