ENTITY message_relationship
(* SCHEMA AP239_PRODUCT_LIFE_CYCLE_SUPPORT_MIM_LF; *)
ENTITY message_relationship
SUBTYPE OF (product_relationship);
SELF\product_relationship.relating_product : structured_message;
SELF\product_relationship.related_product : structured_message;
DERIVE
relating_message : structured_message := SELF\product_relationship.
relating_product;
related_message : structured_message := SELF\product_relationship.
related_product;
END_ENTITY; (* declared in: message_mim *)
Explicit Attributes
Entity message_relationship has the following local and inherited explicit attributes:
Derived Attributes
Entity message_relationship has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity message_relationship inherits from the following supertypes:
product_relationship
Subtypes
No subtypesReferenced By
Entity message_relationship 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:36-04:00