se:service
Specifies a service of given presence capabilities.
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>