binderTree Data Type

Tree representation of all of the subbinders of a binder.

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

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