t_Message_Parts
Parts : Message
A message is represented internally (in canonical form) as a tree of parts.
Description
The message root's child parts are either messages (composite parts that may have more child parts) or values (primitive parts - string, integer, date, ...). The child parts share the mapping format of the root part.
The message's root part and any composite parts (messages) may have a parts collection. Primitive parts (values) don't have a parts collection.
Content
Choice of:
t_Message_Parts_Value [1..1] - A value (or primitive) message part.
t_Message_Parts_Message [1..1] - A message (or composite) message part.
Parents
t_Message_Parts_Message - A message (or composite) message part.
Message - A message carries information from a source system to a destination system over an integration channel.
t_Message_Parts_Value
A value (or primitive) message part.t_Message_Parts_Message
A message (or composite) message part.
Parent topic: Message
Parent topic: t_Message_Parts_Message
Parent topic: t_SOADefinition_Messages_Message