This accompanies the XMSG XML Messaging Specification Note.
Copyright ©2000 W3C ® (MIT, INRIA, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply.
| Value | Description |
|---|---|
| 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. |
<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> |