2.2.5.10 Priority

The Priority simple type indicates the level of precedence.

 <s:simpleType name="Priority">
   <s:restriction base="s:int" >
     <s:enumeration value="-1" />
     <s:enumeration value="0" />
     <s:enumeration value="1" />
   </s:restriction>
 </s:simpleType>

Value

Meaning

-1

Low priority

0

Normal

1

Urgent