Share via


selfRawCategories Element

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.

Represents the envelope for receiving the users custom presence categories.

Syntax

<selfRawCategories/>

Attributes

Attribute

Data Type

Description

eid

integer

Event Id. This is an integer value assigned by the Communicator Web Access Server.

Element Information

Parent Element

Element

Description

cwaEvents

Holds the responses from the asynchronous data channel with which a Unified Communications AJAX API Client polls the server for updates that have taken place.

publishSelfPresence

Allows the Unified Communications AJAX API Client application user to make her presence data available to subscribers.

Child Elements

Element

Occurrences

Description

rawCategory

1 or more

Enveloper for receiving the users presence categories.

any

1 or more

User-defined element. Any element from the namespace specified in the namespace attribute is acceptable. The namespace must not be the namespace of the Unified Communications schema.

Remarks

Raw categories exist to allow the publishing of custom categories. In other words, an enterprise can implement Unified Communications and create user presence categories unique to the enterprise. While the category still must be in XML format, the schema that defines the format is created by the enterprise. The Communicator Web Access Server accepts and passes along this data without validating it against well-known Unified Communications schemas.

Examples

<selfRawCategories eid="1">
  <rawCategory name="CurrentProject"/>
    <myCustomElement namespace="HTTP://WWW.myDomain/2006/XHTML">
       ...
    </myCustomElement>
</selfRawCategories>

See Also

Concepts

publishSelfPresence Element

rawCategory Element