Overview Schemas Index

procedural_model_schema         


ENTITY explicit_procedural_representation_relationship
          SUBTYPE OF (representation_relationship);
          SELF\representation_relationship.rep_1 : procedural_representation;
WHERE
          WR1: (NOT ('PROCEDURAL_MODEL_SCHEMA.PROCEDURAL_REPRESENTATION' 
    IN  TYPEOF(SELF\representation_relationship.rep_2))) AND 
    (NOT ('VARIATIONAL_REPRESENTATION_SCHEMA.VARIATIONAL_REPRESENTATION'
    IN TYPEOF(SELF\representation_relationship.rep_2)));
          WR2: SELF\representation_relationship.rep_1.context_of_items :=:
    SELF\representation_relationship.rep_2.context_of_items;
END_ENTITY; -- explicit_procedural_representation_relationship

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
explicit_procedural_representation_relationship
          (RT) rep_1: procedural_representation;

Known subtypes

          explicit_procedural_shape_representation_relationship (procedural_shape_model_schema)

Users

representation_relationship
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              automotive_design_multi_language_attribute_item
explicit_procedural_representation_relationship

Global rules for this entity data type

          -