nt:body

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Holds the message body of a presence note.

Syntax

<nt:body type="..." uri="..." LCID="..." 
         startTime="..." endTime="..."
         anyAttribute="...">
  ...
</nt:body>

Attributes

Attribute

Data Type

Description

type

xs:token

Required. Note type Valid values are "personal", for note entered by the user from Communicator, Communicator Web Access (CWA), or another client, and "OOF", for notes obtained from Outlook calendar information.

uri

xs:anyURI

Optional, the URI of the user.

LCID

xs:nonNegativeInteger

Optional, locale ID.

startTime

xs:dateTime

Optional, beginning time when the message body of the note is valid. A note that uses this attribute can be made valid for a specified time. This attribute marks the beginning of that time period.

endTime

xs:dateTime

Optional. Ending time when the message body of the note is valid. A note that uses this attribute can be made valid for a specified time. This attribute marks the end of that time period.

[anyAttribute]

xs:anyAttribute

Optional. Custom attribute.

Parent Element

Element

Description

nt:note

The note element.

Child Elements

None

Remarks

The content of this element is a free text string.

The element can have custom attributes.

Examples

XML Example of the body Element

  <nt:note xmlns:nt="http://schemas.microsoft.com/2006/09/sip/note">
    <nt:body type="personal">typing a note</nt:body>
  </nt:note>