2.2.5.17 ExcelServerMessageType

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Excel.Server

Specifies type of the alert that the protocol server returns to the protocol client.

 <xs:simpleType name="ExcelServerMessageType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Alert"/>
     <xs:enumeration value="Status"/>
     <xs:enumeration value="Confirmation"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the ExcelServerMessageType simple type.

Value

Meaning

Alert

The alert is of type alert.

Status

The alert is of type status.

Confirmation

The alert is of type confirmation.