3.6.4.2.4.3 EnrolleeServerInformation

The EnrolleeServerInformation complex type contains data about the enrollee's server.

The enrollment service validates that Version is not NULL and is not an empty string. The SKU, Name, and URL elements are ignored by the enrollment service.

 <s:complexType name="EnrolleeServerInformation">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="1" name="SKU"
         type="s:string" />
     <s:element minOccurs="0" maxOccurs="1" name="Version"
         type="s:string" />
     <s:element minOccurs="0" maxOccurs="1" name="Name"
         type="s:string" />
     <s:element minOccurs="0" maxOccurs="1" name="URL"
         type="s:string" />
   </s:sequence>
 </s:complexType>

SKU: A string containing SKU or edition information for the server.

Version: A string containing version information for the server.

Name: A string containing a name for the server.

URL: A string containing a URL for the server.