2.2.4.12 ThisType

ThisType is used by the Web Services Management Protocol Extensions for Windows Server 2003 server to send information about the vendor and version of the protocol stack. The schema MUST be as follows.

 <xs:schema xmlns:t="http://schemas.xmlsoap.org/ws/2005
 /06/management
 /this" xmlns:xs="http://www.w3.org/2001/XMLSchema"  
 targetNamespace="http://schemas.xmlsoap.org/ws/2005/
 06/management/this"
  elementFormDefault="qualified">
   <xs:element name="This"/>
   <xs:complexType name="ThisType">
     <xs:sequence>
       <xs:element name="Vendor" type="xs:string"/>
       <xs:element name="Version" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:schema>
  

Vendor: MUST be a vendor name.<6>

Version: MUST be a string that describes the version of the WS-Management Protocol stack. This is intended for diagnostic purposes only and not for version negotiation.<7>