XMSG - XML Messaging Specification Schema Documentation

This accompanies the XMSG XML Messaging Specification Note.


Simple Type : Local Type (Complex Type message, Attribute priority)

Base Type

string (XML Schema)

Allowed Values

ValueDescription
lowest

Sets the message processing to lowest priority.

low

Sets the message processing to low priority.

normal

Sets the message processing to normal priority.

high

Sets the message processing to high priority.

highest

Sets the message processing to highest priority.

Declaration

   <simpleType base="string">
   <enumeration value="lowest">
   <annotation>
   <documentation>
   <body>
   <p>Sets the message processing to lowest priority.</p>
   </body>
   </documentation>
   </annotation>
   </enumeration>
   <enumeration value="low">
   <annotation>
   <documentation>
   <body>
   <p>Sets the message processing to low priority.</p>
   </body>
   </documentation>
   </annotation>
   </enumeration>
   <enumeration value="normal">
   <annotation>
   <documentation>
   <body>
   <p>Sets the message processing to normal priority.</p>
   </body>
   </documentation>
   </annotation>
   </enumeration>
   <enumeration value="high">
   <annotation>
   <documentation>
   <body>
   <p>Sets the message processing to high priority.</p>
   </body>
   </documentation>
   </annotation>
   </enumeration>
   <enumeration value="highest">
   <annotation>
   <documentation>
   <body>
   <p>Sets the message processing to highest priority.</p>
   </body>
   </documentation>
   </annotation>
   </enumeration>
   </simpleType>