2.2.1.5.11 serverInfo Element

The serverInfo XML element represents information about the server.

 <xs:element name="serverInfo">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="referenceDC"
         maxOccurs="unbounded"
       >
         <xs:complexType>
           <xs:attribute name="dnsName"
             type="xs:string"
            />
           <xs:attribute name="domain"
             type="xs:string"
            />
         </xs:complexType>
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

referenceDC

N/A

MUST be the FQDN of the domain controller that provided the latest configuration information to the server. If the server also is a DNS server, it is possible for the referenceDC and dnsName fields to contain the same FQDN.

Attributes

Name

Type

Description

dnsName

xs:string

MUST be the FQDN of the server.

domain

xs:string

MUST be the name of the domain to which this server belongs. Either the FQDN or the NetBIOS name of the domain MAY be used.<17>