Share via


se:services

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 list of services with specified presence capabilities.

Syntax

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

Attributes

None

Parent Element

This is a top-level element in the Enhanced Presence Schemas. In applications it will be enveloped within an application-specific parent element.

Child Elements

Element

Occurrence

Description

se:service

1 or more

A service with given presence capabilities.

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 services 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>