2.2.1.5.7 affectedFileSet Element

The affectedFileSet XML element represents information about the files that are involved in replication issues.

 <xs:element name="affectedFileSet">
   <xs:complexType>
     <xs:sequence>
       <xs:element
         minOccurs="0"
         maxOccurs="unbounded"
         ref="file"
        />
     </xs:sequence>
     <xs:attribute name="folder">
       <xs:simpleType>
         <xs:restriction
           base="xs:string"
         >
           <xs:enumeration
             value="sharing"
            />
           <xs:enumeration
             value="filtered"
            />
         </xs:restriction>
       </xs:simpleType>
     </xs:attribute>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

file

file

MUST be the information about the files that are involved in a specific replication issue. The format of this element is specified in 2.2.1.5.6.

Attributes

Name

Type

Description

folder

enumeration

The type of replication issue in which the file was involved. The value MUST be one of the values listed in the following table.

Value

Description

sharing

A sharing violation occurred.

filtered

The file was filtered from replication on the basis of an implementation-specific filter that was set in the DFS Replication service. <12>