Home
E-mail node content
Lists the elements in an Activities e-mail node 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.
E-mail node entry elements
Element How treated on input Description <category scheme="http://www.ibm.com/xmlns/prod/sn/type" term="email"/> Required Identifies a Email entry <content type="html"> Required HTML formatted contents of the Email. May be empty. <title type="text"> Required Entry title; a descriptive title of the Email specified in text format and taken from the Email subject. The type attribute is optional; type="text" is the default and only format allowed. <category term="tag_word"/> Optional Repeat for each Email tag <author> Ignored The author of this entry, as defined in the Atom specification. <id> Ignored Unique identifier of an Email entry <link rel="edit" type="application/atom+xml" href="edit_url"/> Ignored Use this URL to obtain the latest full content (not just summary) of this Email Node and to update or delete it <link rel="self" type="application/atom+xml" href="xxxxx"/> Ignored As defined in the Atom specification <link rel="alternate" type="text/html" href="xxxxxx"/> Ignored Use this URL to obtain a HTML representation of this Email Node suitable for display in a browser. <published> Ignored The date this entry was published, as defined in the Atom specification. <thr:in-reply-to type="application/atom+xml" href="parent_url"/> Ignored Use this URL to obtain the activity node that this node is a reply to; that is, this node's parent <updated> Ignored The date this entry was updated, as defined in the Atom specification.
Activities Atom node data types