2.2.1.5.13 affectedContentSets Element

The affectedContentSets XML element represents a list of replicated folders that are affected by a specific error.

 <xs:element name="affectedContentSets">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="set"
         minOccurs="0"
         maxOccurs="unbounded"
       >
         <xs:complexType>
           <xs:attribute name="name"
             type="xs:string"
            />
         </xs:complexType>
       </xs:element>
     </xs:sequence>
     <xs:attribute name="sets">
       <xs:simpleType>
         <xs:restriction
           base="xs:string"
         >
           <xs:enumeration
             value="all"
            />
         </xs:restriction>
       </xs:simpleType>
     </xs:attribute>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

set

N/A

MUST be the element that corresponds to a single replicated folder.

Attributes

Name

Type

Description

name

xs:string

MUST be the name of the replicated folder as defined in the "cn" attribute of the "msDFSR-ContentSet" configuration object in Active Directory. The cn of msDFSR-ContentSet object, specified in [MS-ADSC] section 2.108, defines the name for the replicated folder.

sets

enumeration

MUST specify whether the affected content set consists of all replicated folders on the server. If all replicated folders on the server are affected by the problem, the server MUST set the value of this element to "all"; otherwise, this element MUST NOT be present in the affectedContentSets element.

Value

Description

all