Feed Document Properties

The runtime engine returns an Atom 1.0 feed document. The properties of the feed definition become the feed header properties of the feed document. Each item in the feed-format-neutral object collection becomes one entry of the feed document. A list of the data mapping relationships follows.

Feed Element Mapping

The feed data source uses a feed-format-neutral object collection to collect data. This table describes the mapping between the Atom 1.0 feed-level elements and the feed definition properties:

Atom 1.0 Feed-Level Element Feed Definition Property

author

Author.

category

Feed data type and feed category.

contributor

Contributor.

generator

Latest entry in PSRELEASE table.

icon

Icon.

id

System-generated URL to open the feed.

link

Alternate link: The content web page URL associated with the feed, which is provided by the data source.

Self link: System-generated URL to open the feed.

logo

Logo.

rights

Copyright.

subtitle

Feed description.

title

Feed title.

update

Current date and time of request.

This table describes the mapping between the Atom 1.0 entry-level elements and properties of items in the feed-format-neutral object collection. The real values of these properties are determined by the data source at runtime:

Atom 1.0 Entry-Level Element Item Property

author

Author.

category

Category.

Note: This item allows multiple entries.

content

FullContent, if available.

contributor

Contributor.

Note: This item allows multiple entries.

id

GUID, if available, or content URL.

link

Alternate link: contentURL.

Other links: enclosure, if available.

Note: This item allows multiple entries.

published

Date and time published.

rights

Copyright.

source

NA

summary

Description.

title

Title.

updated

Date and time updated.

Note:

If any property contains empty values, the corresponding element is not added.