This section dissects the search condition xml to better understand how it is constructed.
The <SearchConditions> node is the parent of the xml. It contains the namespace declarations, and the definition of the object type that will be returned.
<SearchConditions
xmlns="http://www.teradp.com/schemas/GN4/1/SearchConditions.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
ObjectTypeName="user">
In this chapter