XMSG - XML Messaging Specification Schema Documentation

This accompanies the XMSG XML Messaging Specification Note.


Complex Type : failure

Description

This type represents a failure message. The contents of the message is the "human readable" portion of the failure.

Definition

Content

Text content of type string (XML Schema) .

Attributes

NameRequiredDefaultDatatypeDescription
status.codenostring (XML Schema)

An application-dependent status code.

onyestimeInstant (XML Schema)

The time at which the failure occurred.

Declaration

   <complexType content="textOnly" name="failure">
   <annotation>
   <documentation>
   <body>
   <p>This type represents a failure message.  The contents of the message is the "human readable" portion of the failure.</p>
   </body>
   </documentation>
   </annotation>
   <attribute use="required" type="timeInstant" name="on">
   <annotation>
   <documentation>
   <body>
   <p>The time at which the failure occurred.</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   <attribute use="default" type="string" name="status.code">
   <annotation>
   <documentation>
   <body>
   <p>An application-dependent status code.</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   </complexType>