Link Data Type

A link to a resource.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
rel string element 0/1 The link's relationship.
href string element 0/1 The link's destination.

Example

<Link>
  <rel>...</rel>
  <href>...</href>
</Link>