3.1.4.1.3.1 DiscoveryRequest

The <DiscoveryRequest> complex type describes the information to send to the server in the <Discover> request element (section 3.1.4.1.2.1).

Namespace: http://schemas.microsoft.com/windows/management/2012/01/enrollment

 <xsd:complexType name="DiscoveryRequest">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="EmailAddress" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="RequestVersion" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

EmailAddress: This element supplies the name of the user making the enrollment request. The <EmailAddress> value is used by the DS to identify the ESs to return to the client.

RequestVersion: The value MUST be set to nil.