note/body element
Applies to: Lync 2013 | Lync Server 2013
Holds a personal or Out of Office message as a presence note.
<body xmlns="http://schemas.microsoft.com/2006/09/sip/note"
uri="uri"
type="noteTypeEnumEx"
LCID="int >= 0"
startTime="xs:dateTime"
endTime="xs:dateTime"
[anyAttr]="anyattr">message string</body>
xs:anySimpleType
The following sections describe attributes, child elements, and parent elements.
Attribute |
Description |
---|---|
type |
Required attribute to specify the type of the presence note. Microsoft Lync 2013 recognizes the following type tokens as the value of this attribute:
|
LCID |
Optional attribute to specify locale ID of the string value. |
uri |
Optional attribute to specify the SIP URI of the note publisher. |
startTime |
Optional attribute to specify the starting time of this note publication in a time-bound publication. |
endTime |
Optional attribute to specify the ending time of this note publication in a time-bound publication. |
[anyAttr] |
Optional custom attribute of any name and namespace |
None
Element |
Description |
---|---|
The presence note category instance value. |
An instance of any XML simple type.
The following XML code snippet shows a presence note of the personal type.
<nt:note xmlns:nt="http://schemas.microsoft.com/2006/09/sip/note">
<nt:body type="personal">I'm away today.</nt:body>
</nt:note>
Namespace |
http://schemas.microsoft.com/2006/09/sip/note |
Schema Name |
note |
Validation File |
note.xsd |
Can be Empty |
True |
calendarData category instance value element