XMSG - XML Messaging Specification Schema Documentation

This accompanies the XMSG XML Messaging Specification Note.


Complex Type : hop

Description

This type represents a routing hop between nodes in a system. Essentially, this type records a specific hop in an audit trail for where the message has been.

Definition

Content

EMPTY

Attributes

NameRequiredDefaultDatatypeDescription
received.byyesabsoluteURI (S)

Identifies the host or system that received the message.

received.onyestimeInstant (XML Schema)

Identifies the date upon which the message was received.

transport.methodyesnonEmptyString (S)

Identifies the transport method used in this hop. Typically, this value is some code list "http" or "https".

Declaration

   <complexType content="empty" name="hop">
   <annotation>
   <documentation>
   <body>
   <p>This type represents a routing hop between nodes in a system.  Essentially, this type records a specific hop in an audit trail for where the message has been.</p>
   </body>
   </documentation>
   </annotation>
   <attribute use="required" type="timeInstant" name="received.on">
   <annotation>
   <documentation>
   <body>
   <p>Identifies the date upon which the message was received.</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   <attribute use="required" type="xmsg:absoluteURI" name="received.by">
   <annotation>
   <documentation>
   <body>
   <p>Identifies the host or system that received the message.</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   <attribute use="required" type="xmsg:nonEmptyString" name="transport.method">
   <annotation>
   <documentation>
   <body>
   <p>Identifies the transport method used in this hop.  Typically, this value is some code list "http" or "https".</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   </complexType>