link Data Type

A link to a related resource.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
href string element 0/1 The path to the resource. This is relative to the root of the REST API (https://serveraddress/rest).
rel string element 0/1 The named relationship of the related link.

Example

<link>
  <href>...</href>
  <rel>...</rel>
</link>