A value to set on an attribute of type link.
| Attribute | Description | Required |
| label | The label for the link. | No. If omitted, the URL will be used. |
Modify an attribute of an asset
<modify server="ramServer">
<asset guid="{0000-1111-2222-3333}" version="1.0">
<attribute name="URL">
<linkValue label="Example">http://www.example.com</linkValue>
</attribute>
</asset>
</modify>