Home
Message content
Lists the elements in the Atom entry document of a message posted to the Profiles message board. All elements are in the http://www.w3.org/2005/Atom namespace, except those that are prefixed as follows:
- thr
- In the http://purl.org/syndication/thread/1.0 namespace.
Simple entry elements
Element How treated on input Description <id> Ignored Unique identifier of a message posted to a message board. <title type="text"> Ignored Entry title. 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="entry"/> Required Identifies the item as an entry. <category scheme="http://www.ibm.com/xmlns/prod/sn/message-type" term="simpleEntry"/> Required Identifies the type of entry. An entry of type simpleEntry represents a message. <link rel="self" type="application/atom+xml" href="url"> Ignored Use the Web address in the href attribute to return a complete representation of this message entry. <link rel="replies" type="application/atom+xml" href="url" thr:total="0"> Ignored Specifies a URI from which you can retrieve a feed of the replies to this message. <summary type="text"> Ignored A summary text description of this message. <content type="text"> Required The content of the message. <comments xmlns="http://www.ibm.com/xmlns/prod/sn"> Optional Contains multiple comment elements that represent the first two and last two comments added to the message. <updated> Ignored The date this entry was updated, as defined in the Atom specification. <published> Ignored The date this entry was created, as defined in the Atom specification. <author> Ignored The person who created the entry. <contributor> Ignored The person who updated the entry.
Related reference
Add a message to a message board
Get a person's message board entries