XMSG - XML Messaging Specification Schema Documentation

This accompanies the XMSG XML Messaging Specification Note.


Complex Type : receipt

Description

This type represents a receipt for message. It is used for asynchrous messages.

Definition

Content

EMPTY

Attributes

NameRequiredDefaultDatatypeDescription
timestampyestimeInstant (XML Schema)

The date and time of the receipt as generated by the system which received the message to which this is a receipt.

message.tracking.codeyesnonEmptyString (S)

A message tracking code to be used to match a future message with a "for.receipt" value of the same value.

Declaration

   <complexType content="empty" name="receipt">
   <annotation>
   <documentation>
   <body>
   <p>This type represents a receipt for message.  It is used for asynchrous messages.</p>
   </body>
   </documentation>
   </annotation>
   <attribute use="required" type="timeInstant" name="timestamp">
   <annotation>
   <documentation>
   <body>
   <p>The date and time of the receipt as generated by the system which received the message to which this is a receipt.</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   <attribute use="required" type="xmsg:nonEmptyString" name="message.tracking.code">
   <annotation>
   <documentation>
   <body>
   <p>A message tracking code to be used to match a future message with a "for.receipt" value of the same value.</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   </complexType>