2.2.4.4 ServerInfo

Namespace: http://schemas.microsoft.com/server/powerpoint/2009/main

The ServerInfo type specifies the server information returned by the protocol server to a protocol client.

 <xs:complexType name="ServerInfo">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Name" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Version" type="tns:Version"/>
     <xs:element minOccurs="0" maxOccurs="1" name="PresenterServiceUrl" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="CapabilitiesList" type="tns:ArrayOfCapabilityData"/>
   </xs:sequence>
 </xs:complexType>

Name: An s:string element ([XMLSCHEMA2] section 3.2.1) that specifies the protocol server name.

Version: A Version element that specifies the protocol server version.

PresenterServiceUrl: An s:string element ([XMLSCHEMA2] section 3.2.1) that specifies the URL of the presenter service.

CapabilitiesList: An ArrayOfCapabilityData element that specifies the capabilities supported by the protocol server.