Work with Enhanced Presence Schema Files

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.

With the XSD files, you can generate the presence data according to the schema specifications. This is more advantageous than transcribing the XML elements by hand—transcribing can generate typing errors.

To generate the data class from a schema:

  1. Create .NET Framework classes for the XML types defined in the XSD files. You can accomplish this by using Microsoft Xml Schema/DataTypes Support Utility (XSD.EXE). This tool is part of the .NET Framework SDK.

  2. Create presence data object by instantiating the resultant classes and assigning appropriate values.

  3. Serialize the presence data object to obtain its XML representation.

  4. Attach the XML blob to the SIP message body. The process used to attach an XML blob to a SIP message depends on the API used by your application. For more information, see Work with Enhanced Presence Using Unified Communications Client API, and Work with Enhanced Presence Using Unified Communications Managed API version 2.0.

Steps 1-3 are discussed in this section.

In This Section

See Also

Concepts

Unified Communications Enhanced Presence Schema Reference

About the Unified Communications Enhanced Presence Schema