The <xml> node is simply a wrapper for the returned object listings.
NOTE: The xml node contains the child node <objects> when there is more than one object returned.
<searchResult>
<xml>
<objects xmlns="urn:schemas-teradp-com:gn4tera">
<video nav:objectType="video" id="obj32769" name="Reuters VARIOUS-TALK OF THE TOWN [233654]" ...>
<nav:creation />
<nav:modified />
...
</video>
<image nav:objectType="image" id="obj66678" name="Japan Michael Jackson Movie.jpg" ...>
<nav:creation />
<nav:modified />
</image>
</objects>
</xml>
NOTE: There is no <objects> child node for a single result.
<searchResult>
<xml>
<story nav:objectType="story" id="obj18243" name="TR_IMP_00130788" ...>
...
</story>
</xml>
See also