ENTITY product_design_to_individual

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
ENTITY product_design_to_individual
  SUBTYPE OF (product_relationship);
    DERIVE
      individual_product : PRODUCT := SELF\product_relationship.related_product;  -- RELATED_PRODUCT : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, this is the new name implemented as DERIVE
      product_design : PRODUCT := SELF\product_relationship.relating_product;  -- RELATING_PRODUCT : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, this is the new name implemented as DERIVE

END_ENTITY;

Explicit Attributes

Entity product_design_to_individual has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)product_relationship
 namelabel (STRING)product_relationship
 descriptiontext (STRING)product_relationship
 relating_productproduct (ENTITY)product_relationship
 related_productproduct (ENTITY)product_relationship

Derived Attributes

Entity product_design_to_individual has the following local and inherited derived attributes:
AttributeTypeDefined By
 individual_productproduct (ENTITY)product_design_to_individual
 product_designproduct (ENTITY)product_design_to_individual

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity product_design_to_individual inherits from the following supertypes:
  product_relationship

Subtypes

    No subtypes

Referenced By

Entity product_design_to_individual and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 product_design_to_individual ENTITY product_relationship


[Top Level Definitions] [Exit]

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