NetworkedPlanet | TMCore Web Services Guide |
This element is used to contain a list of the trees in a single topic map. The element has the following syntax:
<tmh:treelist> <tmh:tree topicid="OID" displayname="NAME"> <tmh:root tref="OID" displayname="NAME" /> </tmh:tree> </tmh:treelist>
tmh:treelist/tmh:tree
Contains the definition of a single hierarchy. This element is OPTIONAL and REPEATABLE.
tmh:treelist/tmh:tree/@topicid
Contains the unique object identifier of the topic that defines the hierarchy. This attribute is REQUIRED.
tmh:treelist/tmh:tree/@displayname
Contains a display label for the topic that defines the hierarchy. This attribute is OPTIONAL.
tmh:treelist/tmh:tree/tmh:root
A reference to the topic that is at the root of the hierarchy. This element is REQUIRED.
tmh:treelist/tmh:tree/tmh:root/@tref
Contains the unique object identifier of the topic that is at the root of the hierarchy. This attribute is REQUIRED.
tmh:treelist/tmh:tree/tmh:root/@displayname
Contains a display label for the topic that is at the root of the hierarchy. This attribute is OPTIONAL.