3.4.4.2.2.3 GetADDomainResponse

The GetADDomainResponse contains the response to a GetADDomainRequest. It contains one child element, GetADGroupMemberResponse/Domain (as specified in section 3.4.4.2.2.4), containing details about the domain.

 <xs:element name="GetADDomainResponse">
   <xs:complexType>
     <xs:sequence>
       <xs:element
             minOccurs="0"
             name="Domain"
             nillable="true"
             type="ca:ActiveDirectoryDomain" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>