Home
Feed link entry content
Lists the elements in a feed link Atom entry. All elements are in the http://www.w3.org/2005/Atom namespace, except those that are prefixed as follows:
- app
- In the http://www.w3.org/2007/app namespace.
- snx
- In the http://www.ibm.com/xmlns/prod/sn namespace.
Feed link entry elements
Element How treated on input Description <id> Ignored Unique identifier of a feed link <title type="text"> Required Entry title; a descriptive title of the feed link specified in text format. The type attribute is optional; type="text" is the default and only format allowed. <category scheme="http://www.ibm.com/xmlns/prod/sn/type" term="feed"/> Required Identifies a feed link <category term=" tag_word"/> Optional Repeat for each feed link tag <link href="..."/> Required The URL of the feed. A feed reader (or the Communities user interface) can use this URL to subscribe to the feed and obtain summaries of recent updates. The Communities user interface will not display feeds that require authentication. <link rel="self" href="..."/> Ignored As defined in the Atom specification. <link rel="edit" type="application/atom+xml" href="..."/> Ignored Use this URL to update the feed link information (title, tags, etc), or to delete it. <content type="html"> Required A description of this feed link; may be empty <summary type="text"> Ignored A plain text summary of the description of this feed link; provided in feeds instead of the full description <published> Ignored The date this entry was published, as defined in the Atom specification. <updated> Ignored The date this entry was updated, as defined in the Atom specification. <author> Ignored The author of this entry, as defined in the Atom specification.
Related reference