endpointLocation

Specifies the location of an endpoint.

<st:endpointLocation xmlns:st="https://schemas.microsoft.com/2006/09/sip/state" >st:endpointLocationEnumEx</st:endpointLocation> 

st:endpointLocationEnumEx

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child Elements

None

Parent Elements

Element

Description

state

The presence state category instance value with a specification of the endpoint location.

Text Value

A token of the st:endpointLocationEnumEx type.

Remarks

Microsoft Lync 2010 recognizes the following endpoint location tokens:

  • office
    An office location.

  • mobile
    A mobile location

  • home
    A home location

  • none
    Unspecified location

In addition, any other location string can also be specified.

Example

The following XML snippet shows machine state category instance value containing a specification of the location information.

<state xmlns="https://schemas.microsoft.com/2006/09/sip/state" 
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
       manual="false" 
       xsi:type="machineState">
   <availability>3500</availability>
   <endpointLocation>Building 10, Room 101, West Campus</endpointLocation>
   <timeZoneBias>480</timeZoneBias>
   <timeZoneName>Pacific Standard Time</timeZoneName>
   <timeZoneAbbreviation>PST</timeZoneAbbreviation>
   <device>computer</device>
</state>

Element Information

Namespace

https://schemas.microsoft.com/2006/09/sip/state

Schema Name

state

Validation File

state.xsd, statetypes.xsd

Can be Empty

True

See Also

Other Resources

Presence State and state Category Instances