3.4.4.3.2.4 GetADDomainControllerResponse

The <GetADDomainControllerResponse> element contains the response to a GetADDomainControllerRequest. It defines one child element, GetADDomainControllerResponse/DomainControllers (section 3.4.4.3.2.5), representing an array of ActiveDirectoryDomainController elements, as specified in section 3.4.4.3.3.2.

The number and order of ActiveDirectoryDomainController elements in the GetADDomainControllerResponse/DomainControllers array MUST match the number and order of GetADDomainControllerRequest/NtdsSettingsDN elements specified in the request.

 <xs:element name="GetADDomainControllerResponse">
   <xs:complexType>
     <xs:sequence>
       <xs:element
             minOccurs="0"
             name="DomainControllers"
             nillable="true"
             type="ca:ArrayOfActiveDirectoryDomainController" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>