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:
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
 relating_messagestructured_message (ENTITY)message_relationship
 related_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
 approval_item SELECT product_relationship
 attribute_classification_item SELECT product_relationship
 attribute_classification_item SELECT message_relationship
 attribute_language_item SELECT product_relationship
 attribute_language_item SELECT message_relationship
 classification_item SELECT product_relationship
 classification_item SELECT message_relationship
 date_and_time_item SELECT product_relationship
 date_item SELECT product_relationship
 document_reference_item SELECT product_relationship
 effectivity_item SELECT product_relationship
 experience_type_classification_item SELECT message_relationship
 experience_type_classification_item SELECT product_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
 organization_item SELECT product_relationship
 person_and_organization_item SELECT product_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
2012-03-27T17:19:36-04:00