2.2.1.5.10 server Element

The server XML element represents a list of replicated folders that are affected by a particular error.

   <xs:element name="server">
     <xs:complexType>
       <xs:sequence>
         <xs:element ref="serviceInfo" minOccurs="0"/>
         <xs:element ref="serverInfo" minOccurs="0"/>
         <xs:element name="contentSets" minOccurs="0">
           <xs:complexType>
             <xs:sequence>
               <xs:element ref="set" minOccurs="0" maxOccurs="unbounded" />
             </xs:sequence>
           </xs:complexType>
         </xs:element>
         <xs:element name="disks" minOccurs="0">
           <xs:complexType>
             <xs:sequence>
               <xs:element ref="drive" minOccurs="0" maxOccurs="unbounded" />
             </xs:sequence>
           </xs:complexType>
         </xs:element>
         <xs:element name="serverErrors" minOccurs="0">
           <xs:complexType>
             <xs:sequence>
               <xs:element ref="error" minOccurs="0" maxOccurs="unbounded"/>
             </xs:sequence>
           </xs:complexType>
         </xs:element>
       </xs:sequence>
       <xs:attribute name="name" type="xs:string" />
       <xs:attribute name="dns" type="xs:string" />
       <xs:attribute name="domain" type="xs:string" />
       <xs:attribute name="ipAddress" type="xs:string" />
       <xs:attribute name="site" type="xs:string" />
       <xs:attribute name="ServerReportVersion" type="xs:string" />
       <xs:attribute name="dfsrHelperVersion" type="xs:string" />
     </xs:complexType>
   </xs:element>
 <xs:element name="server">
   <xs:complexType>
     <xs:sequence>
       <xs:element
         minOccurs="0"
         ref="serviceInfo"
        />
       <xs:element
         minOccurs="0"
         ref="serverInfo"
        />
       <xs:element name="contentSets"
         minOccurs="0"
       >
         <xs:complexType>
           <xs:sequence>
             <xs:element
               minOccurs="0"
               maxOccurs="unbounded"
               ref="set"
              />
           </xs:sequence>
         </xs:complexType>
       </xs:element>
       <xs:element name="disks"
         minOccurs="0"
       >
         <xs:complexType>
           <xs:sequence>
             <xs:element
               minOccurs="0"
               maxOccurs="unbounded"
               ref="drive"
              />
           </xs:sequence>
         </xs:complexType>
       </xs:element>
       <xs:element name="serverErrors"
         minOccurs="0"
       >
         <xs:complexType>
           <xs:sequence>
             <xs:element
               minOccurs="0"
               maxOccurs="unbounded"
               ref="error"
              />
           </xs:sequence>
         </xs:complexType>
       </xs:element>
     </xs:sequence>
     <xs:attribute name="name"
       type="xs:string"
      />
     <xs:attribute name="dns"
       type="xs:string"
      />
     <xs:attribute name="domain"
       type="xs:string"
      />
     <xs:attribute name="ipAddress"
       type="xs:string"
      />
     <xs:attribute name="site"
       type="xs:string"
      />
     <xs:attribute name="ServerReportVersion"
       type="xs:string"
      />
     <xs:attribute name="dfsrHelperVersion"
       type="xs:string"
      />
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

serviceInfo

serviceInfo

MUST contain information about the DFS Replication service on the server. The format of this element is specified in section 2.2.1.5.9.

serverInfo

serverInfo

MUST contain information about the server. For information about the format of this element, see section 2.2.1.5.11.

contentSets

N/A

MUST contain information about replicated folders on the server.

set

set

MUST contain information about a single replicated folder. The format of this element is specified in section 2.2.1.5.8.

disks

N/A

MUST contain information about volumes on the server.

drive

drive

MUST contain information about a single volume. The format of this element is specified in section 2.2.1.5.12.

serverErrors

N/A

MUST contain information about errors on the server.

error

error

MUST contain information about a single error. The format of this element is specified in section 2.2.1.5.16.

Attributes

Name

Type

Description

name

xs:string

MUST be the NetBIOS name of the server.

dns

xs:string

MUST be the fully qualified domain name (FQDN) of the server.

domain

xs:string

MUST be the FQDN of the domain to which the server belongs.

ipAddress

xs:string

MUST be the IP addresses of the server. If the server has more than one IP address, the addresses MUST be delimited by "; " (semicolon followed by a space).

site

xs:string

MUST be the Active Directory site of the server, as returned from a domain controller.

ServerReportVersion

xs:string

The version of the report schema. This attribute MUST be set to "1.0".

dfsrHelperVersion

xs:string

MUST be the version of the DFS-R Helper Protocol server. The version numbering is implementation specific.<16>