3.1.4.1.3.3 tns:ArrayOfDomainResponse Complex Type

The ArrayOfDomainResponse complex type represents an array of DomainResponse elements, as specified in section 3.1.4.1.2.6. Each DomainResponse complex type contains a DomainSettings complex type, as specified in section 3.1.4.1.3.7, for the specified domain.

 <xs:complexType name="ArrayOfDomainResponse">
   <xs:sequence>
     <xs:element name="DomainResponse"
       type="tns:DomainResponse"
       nillable="true"
       minOccurs="0"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the ArrayOfDomainResponse complex type.

Element name

Type

Description

DomainResponse

tns:DomainResponse (section 3.1.4.1.3.4)

Specifies a response message from a GetDomainSettings operation for a specified domain.