3.1.4.5.4.2 MessageSeverity

A MessageSeverity object specifies the severity level of a message. Its structure is specified by the following XSD:

 <s:simpleType name="MessageSeverity">
   <s:restriction base="s:string">
     <s:enumeration value="Informational"/>
     <s:enumeration value="Warning"/>
     <s:enumeration value="Error"/>
   </s:restriction>
 </s:simpleType>

The following table specifies possible values.

Value

Meaning

Informational

The message is informational.

Warning

The message is a warning. A Warning is more severe than an Informational message.

Error

The message describes an error. An Error is more severe than a Warning.