ENTITY product_design_to_individual

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (Product_as_individual_mim); *)
ENTITY product_design_to_individual
  SUBTYPE OF (product_relationship);
  SELF\product_relationship.related_product : product_as_individual;  -- individual_product : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, an attribute with the new name is in the DERIVE clause

  (* removed : SELF\product_relationship.product_design :  PRODUCT *)
    DERIVE
      individual_product : PRODUCT_AS_INDIVIDUAL := 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_as_individual (ENTITY)product_design_to_individual(Redcl from product_relationship)

Derived Attributes

Entity product_design_to_individual has the following local and inherited derived attributes:
AttributeTypeDefined By
 individual_productproduct_as_individual (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:19:03-04:00