ENTITY message_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY message_relationship
SUBTYPE OF (product_relationship);
SELF\product_relationship.relating_product : structured_message;
SELF\product_relationship.related_product : structured_message;
DERIVE
related_message : structured_message := SELF\product_relationship.related_product;
relating_message : structured_message := SELF\product_relationship.relating_product;
END_ENTITY;
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
2024-09-06T14:00:32-04:00