2.2.4.2 tns:Domains Complex Type

The Domains complex type represents a collection of domain names to be used in autodiscovery.

 <xs:complexType name="Domains">
   <xs:sequence>
     <xs:element name="Domain"
       type="xs:string"
       maxOccurs="unbounded"
       minOccurs="0"
       nillable="true"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child element of the Domains complex type.

Element name

Type

Description

Domain

xs:string [XMLSCHEMA2]

Specifies the user’s domain (the location of the email server).

The Domains complex type is submitted in a request message.