st:endpointLocation

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.

Provides a description of the endpoint's location; for example as an office phone or a home phone.

Syntax

<endpointLocation>...</endpointLocation>

Attributes

None

Tag Content

Default Value

Data Type

Description

none

xs:token

The endpoint location for a machine, given its current state. Possible values are "office", "mobile", "home", or "none".

Parent Element

Element

Description

st:state

The state element.

Child Elements

None

Examples

XML Example of the endpointLocation Element

<state xsi:type="aggregateState" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns="http://schemas.microsoft.com/2006/09/sip/state">
  <availability>3500</availability>
  <endpointLocation>Work_Custom_Endpoint_Location</endpointLocation>
</state>