Share via


2.2.1.5.9 serviceInfo Element

The serviceInfo XML element represents information about the DFS Replication service on the server.

 <xs:element name="serviceInfo">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="state"
         type="xs:int"
        />
       <xs:element name="version"
         type="xs:string"
        />
       <xs:element
         ref="timestamp"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

state

xs:int

The state of the service. This MUST be one of the values listed in the following table.

Value

Meaning

0

Stopped

1

Start pending

2

Stop pending

3

Running

4

Continue pending

5

Pause pending

6

Paused

version

xs:string

MUST be the version of the DFS Replication service. The version numbering is implementation specific.<15>

timestamp

timestamp

MUST be the date and time when the DFS Replication service starts. The format of this element is specified in section 2.2.1.5.2.