This topic has not yet been rated - Rate this topic

se:service

Specifies a service of given presence capabilities.

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

Attribute Data Type Description

uri

string

The service URI.

Element Description

se:services

The service list containing this service.

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.

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.

XML Example of the service Element

<cwaCategory name="services" instance="0" version="0" publishTime="2007-10-22T17:56:52Z">
  <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>
</cwaCategory>
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.