A value to set on an attribute of type resource.
| Attribute | Description | Required |
| userId | The user ID of the user whose credentials are used to fetch the compact rendering of the resource. | No. If omitted, the compact rendering is not be available until someone provides credentials for the resource link. |
| label | The default label for the link. If compact rendering is available for the resource, this label is replaced by the label that is given by the compact rendering. | No. If omitted, the URL is used. |
Modify an attribute of an asset
<modify server="ramServer">
<asset guid="{0000-1111-2222-3333}" version="1.0">
<attribute name="Plan Items">
<resourceValue userId="user123" label="Plan Item 123">http://www.example.com/resources/123</resourceValue>
</attribute>
</asset>
</modify>