The DeleteControl specifies whether to delete the decendants, if they exist, of a deleted entity.
DeleteControl is used for specifying whether to delete any existing descendants of an entity that is being deleted.
<xsd:complexType name="DeleteControl"> <xsd:complexContent> <xsd:extension base="Control"> <xsd:attribute name="deleteDescendants" type="xsd:boolean" default="true"/> <xsd:attribute name="returnDeleted" type="xsd:boolean" default="false"/> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<wim:Root> <wim:entities> <wim:identifier uniqueName="o=Sales,cn=users,dc=yourco,dc=com"/> </wim:entities> <wim:controls xsi:type="wim:DeleteControl" /> </wim:Root>