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:
Derived Attributes
Entity product_design_to_individual has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| individual_product | product_as_individual (ENTITY) | product_design_to_individual |
| product_design | product (ENTITY) | product_design_to_individual |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity product_design_to_individual inherits from the following supertypes:
product_relationship
Subtypes
No subtypesReferenced By
Entity product_design_to_individual and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:03-04:00