searchResultTreeNode Data Type

Node in a SearchResultTree.

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

Example

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