ENTITY change_composition_relationship

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
ENTITY change_composition_relationship
  SUBTYPE OF (group_relationship);
  SELF\group_relationship.relating_group : change_group;      -- composition : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, an attribute with the new name is in the DERIVE clause
  SELF\group_relationship.related_group : change_element;     -- element : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, an attribute with the new name is in the DERIVE clause
    DERIVE
      composition : CHANGE_GROUP := SELF\group_relationship.relating_group;  -- RELATING_GROUP : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, this is the new name implemented as DERIVE
      element : CHANGE_ELEMENT := SELF\group_relationship.related_group;  -- RELATED_GROUP : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, this is the new name implemented as DERIVE

END_ENTITY;

Explicit Attributes

Entity change_composition_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)group_relationship
 descriptiontext (STRING)group_relationship
 relating_groupchange_group (ENTITY)change_composition_relationship(Redcl from group_relationship)
 related_groupchange_element (ENTITY)change_composition_relationship(Redcl from group_relationship)

Derived Attributes

Entity change_composition_relationship has the following local and inherited derived attributes:
AttributeTypeDefined By
 compositionchange_group (ENTITY)change_composition_relationship
 elementchange_element (ENTITY)change_composition_relationship

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity change_composition_relationship inherits from the following supertypes:
  group_relationship

Subtypes

    No subtypes

Referenced By

Entity change_composition_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 approval_item SELECT group_relationship
 attribute_classification_item SELECT group_relationship
 attribute_language_item SELECT group_relationship
 change_composition_relationship ENTITY group_relationship
 change_element_sequence ENTITY group_relationship
 document_reference_item SELECT group_relationship
 groupable_item SELECT group_relationship
 identification_item SELECT group_relationship
 multi_language_attribute_item SELECT group_relationship
 name_item SELECT group_relationship
 requirement_source_item SELECT group_relationship
 restrict_group_relationship_for_classification_hierarchy RULE group_relationship
 restrict_group_relationship_for_specification_category RULE group_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:06-04:00