3.1.4.1.1.1.3 adlq:Scope

The requestor MUST specify "base", "onelevel", or "subtree" under the required scope element wsen:Enumerate/wsen:Filter/adlq:LdapQuery/adlq:Scope in the Enumerate request. This element specifies the scope for the directory search that is to be performed.

 <adlq:Scope>
      (base | onelevel | subtree)
 </adlq:Scope>

Scope

Explanation

base

Limits the search scope to the base object. The result contains a maximum of one object.

onelevel

Limits the search scope to the immediate child objects of the base object, excluding the base object.

subtree

Limits the search scope to the whole subtree, including the base object and all its child objects.