cc:description

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.

Contains a description of the presentity.

Syntax

<description>...</ description >

Attributes

None

Parent Element

Element

Description

cc:contactCardcc:name

Contains contact card child elements, of which description is one.

Child Elements

None

Remarks

This element is introduced in the Microsoft Office Communicator 2007 R2 release.

This tag should be between the delimiter and end tags so that the XML is backwards compatible.

Examples

XML Example of the description Element

  <contactCard xmlns="http://schemas.microsoft.com/2006/09/sip/contactcard">
    <company>Contoso, LTD.</company>
    <title>Lead Program Manager</title>
    <office>Redmond</office>
    <phone type="mobile">
      <uri>1234567890</uri>
      <displayString>1234567890</displayString>
    </phone>
    <phone type="home">
      <uri>1234567890</uri>
      <displayString>1234567890</displayString>
    </phone>
    <delimiter xmlns="http://schemas.microsoft.com/2006/09/sip/commontypes" />
    <type>automaton</type>
    <description>Fully automated account management system</description>
    <end xmlns="http://schemas.microsoft.com/2006/09/sip/commontypes" />
  </contactCard>