searchResultTree Data Type

A tree structure.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
Properties inherited from searchResultTreeNode
item anyType element 0/1 The SearchableObject.
node searchResultTreeNode element 0/unbounded Child nodes.

Example

<tree>
  <children>
    <node/>
  </children>
  <item>...</item>
</tree>