nt:note

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 presence note.

Syntax

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

Attributes

Attribute Data Type Description

xmlns

url

The namespace URL of "http://schemas.microsoft.com/2006/09/sip/note".

Parent Element

Element Description

This is a top-level element in the enhanced presence schemas.

When transmitted over the wire, the note element is enveloped within an application-specified or API-defined container element.

Child Elements

Element Occurrence Description

nt:body

0 - 1

The message body of the note.

ct:delimiter

0 or more

Beginning marker of schema extensions.

ct:end

0 or 1

Ending marker of the schema extension.

ct:extension

0 or 1

Custom extension.

Remarks

This element supports schema extensions and custom extension.

Examples

XML Example of the note Element

<nt:note xmlns:nt="http://schemas.microsoft.com/2006/09/sip/note">
   <nt:body type="personal" uri="">I'm away today.</nt:body>
</nt:note>