oo:otherOptions

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.

The roam-able options for miscellaneous client configuration.

Syntax

<oo:otherOptions xmlns:oo="http://schemas.microsoft.com/2006/09/sip/otherOptions">
   <oo:permissions /> 
</oo:otherOptions>

Attributes

Attribute

Data Type

Description

xmlns

url

URL of the namespace to which this element belongs. Valid value is "http://schemas.microsoft.com/2006/09/sip/otherOptions".

majorVersion

int

Major version number. Optional.

minorVersion

int

Minor version number. Optional.

any

custom

Custom attribute.

Parent Element

This is a top-level element in the Enhanced Presence schemas. In an application, it will be enveloped within an application-specific or API-defined element.

Child Elements

Element

Occurrence

Description

oo:permissions

0 - 1

The permissions element.

ct:delimiter

0 or more

Beginning marker of a schema extension to this element.

ct:end

0 or 1

Ending marker of the schema extension to this element.

ct:extension

0 or more

Custom extension to this element.

Remarks

This element supports schema extensions and custom extension. The schema extensions can be inserted using any elements in the same namespace between ct:delimiter elements and a ct:end element. Custom extension can be provided using the ct:extension element.

Examples

XML Example of the otherOptions Element

      <otherOptions xmlns="http://schemas.microsoft.com/2006/09/sip/options/otherOptions">        <permissions />      </otherOptions>