edit

This link relation is defined in RFC 5023.

It is used by the Content Store web service to represent an entry containing an actual content item that can be edited by the client application and re-submitted.

The following example shows a link of this type in a change log entry:

<entry xmlns:app="http://www.w3.org/2007/app" 
       xmlns:metadata="http://xmlns.escenic.com/2010/atom-metadata" 
       xmlns:dcterms="http://purl.org/dc/terms/">  
...
  <link href="http://host-ip-address/webservice/escenic/content/4" rel="edit"/>  
...
</entry>