2.2.9.1.3 MessageType
The MessageType type is an enumeration of the type of the alert that the protocol server returns to the protocol client.
-
<s:simpleType name="MessageType"> <s:restriction base="s:string"> <s:enumeration value="Alert"/> <s:enumeration value="Confirmation"/> <s:enumeration value="Status"/> </s:restriction> </s:simpleType>
The following table specifies possible values for MessageType.
Value |
Meaning |
---|---|
Alert |
The alert is of type alert. |
Confirmation |
The alert is of type confirmation. |
Status |
The alert is of type status. |