se:service

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.

Specifies a service of given presence capabilities.

Syntax

<se:service uri="..." 
   xmlns:se="http://schemas.microsoft.com/2006/09/sip/service">
  <se:capabilities>
    ...
  </se:capabilities>
</se:service>

Attributes

Attribute

Data Type

Description

uri

string

The service URI.

Parent Element

Element

Description

se:services

The service list containing this service.

Child Elements

Element

Occurrence

Description

se:capabilities

0 or 1

The presence capabilities of the device.

ct:delimiter

0 or more

Beginning marker of a schema extension.

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. Schema extensions can be added by any elements in the same namespace that are enclosed by the ct:delimiter and ct:end elements. Custom extension can be provided as the child elements, from other namespaces, of the ct:extension element. Any other attributes are permitted as well.

Examples

XML Example of the service Element

  <services xmlns="http://schemas.microsoft.com/2006/09/sip/service">
    <service uri="sip:administrator@contoso.com">
      <capabilities>
        <text render="true" capture="true" deviceAvailability="3500" />
        <gifInk render="true" capture="false" deviceAvailability="3500" />
        <isfInk render="true" capture="false" deviceAvailability="3500" />
      </capabilities>
    </service> 
  </services>