Home
Link field
Defines how to specify a link field in an activity entry. To specify a link field, the type attribute of the <snx:field> element must be set to link. For example:
<snx:field ... type="link"> ... </snx:field>An <snx:field> element of type="link" must contain an Atom <link> element as its child element.
Child element of the <snx:field type="link"> element
Element How treated on input Description <link> Required The href attribute of the <link> element specifies the URI from which a resource, such as a Web address, can be accessed. The title attribute of the <link> element specifies the content of the Bookmark title field. The <link> element is in the Atom namespace.
Example
<snx:field name="ibmhomepage" fid="1DAG09219C7310DD5199A4DFF2D597000017" position="2000" type="link"> <link href="http://www.ibm.com" /> </snx:field>