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:
AttributeTypeDefined By
 ididentifier (STRING)product_relationship
 namelabel (STRING)product_relationship
 descriptiontext (STRING)product_relationship
 relating_productstructured_message (ENTITY)message_relationship(Redcl from product_relationship)
 related_productstructured_message (ENTITY)message_relationship(Redcl from product_relationship)

Derived Attributes

Entity message_relationship has the following local and inherited derived attributes:
AttributeTypeDefined By
 related_messagestructured_message (ENTITY)message_relationship
 relating_messagestructured_message (ENTITY)message_relationship

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity message_relationship inherits from the following supertypes:
  product_relationship

Subtypes

    No subtypes

Referenced By

Entity message_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT product_relationship
 analysed_item SELECT product_relationship
 approval_item SELECT product_relationship
 attribute_classification_item SELECT message_relationship
 attribute_language_item SELECT message_relationship
 certification_item SELECT product_relationship
 classification_item SELECT message_relationship
 classification_item SELECT product_relationship
 collection_relationship ENTITY product_relationship
 description_item SELECT message_relationship
 description_item SELECT product_relationship
 document_reference_item SELECT product_relationship
 drawing_suffix_number_combination_identification_constraint RULE product_relationship
 effectivity_item SELECT product_relationship
 evidence_item SELECT product_relationship
 general_organizational_data_select SELECT product_relationship
 groupable_item SELECT product_relationship
 identification_item SELECT message_relationship
 identification_item SELECT product_relationship
 message_relationship ENTITY product_relationship
 multi_language_attribute_item SELECT product_relationship
 multi_language_attribute_item SELECT message_relationship
 product_design_to_individual ENTITY product_relationship
 security_classification_item SELECT product_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:02-05:00