name Element

This element conveys all of the information relating to a single topic name. The element has the following syntax:

<tm:name oid="OID">
  <tm:sourceLocators>
    <tm:locator href="URI"/>
  </tm:sourceLocators>
  <tm:namestring> STRING </tm:namestring>
  <tm:type ... />
  <tm:variants>
    <tm:variant ... > ... </tm:variant>
  </tm:variants>
  <tm:scope> ... </tm:scope>
</tm:name>
tm:name/@oid

Contains the unique object identifier of the name. This attribute is OPTIONAL.

tm:name/tm:sourceLocators

Contains a list of the source locators for this name.

tm:name/tm:sourceLocators/tm:locator/@href

Contains a single source locator URI for this name.

tm:name/tm:namestring

Contains the string value for this name. This element is REQUIRED.

tm:name/tm:type

Contains type information for this name. This element is OPTIONAL and is currently NOT SUPPORTED by the web service implementation.

tm:name/tm:variants

Contains a list of tm:variant elements that define the variant names for this name. This element is OPTIONAL.

tm:name/tm:scope

Specifies the scope for this name. This element is OPTIONAL.