Share via


state[@type='machineState']

Specifies an enhanced presence machine state category instance.

<st:state xmlns:st="https://schemas.microsoft.com/2006/09/sip/state" 
          xmlns:ct="https://schemas.microsoft.com/2006/09/sip/commontypes"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:type="machineState"
       manual="xs:boolean" 
       startTime="xs:dateTime" 
       majorVersion="xs:unsignedInt" 
       minorVersion="xs:unsignedInt"
       [anyAttri]="anyAttribute">
   <st:availability>xs:unsignedInt</st:availability>
   <st:activity>st:activityType</st:activity>
   <st:endpointLocation>st:endpointLocationEnumEx</st:endpointLocation>
   <st:extension>st:extensionType</st:extension>
   <st:timeZoneBias>xs:long</st:timeZoneBias>
   <st:timeZoneName>xs:string</st:timeZoneName>
   <st:timeZoneAbbreviation>xs:string</st:timeZoneAbbreviation>
   <st:device>st:deviceTypeEnumEx</st:device>
   <ct:delimiter/>
   <st:[any]>any element</st:[any]>
   <ct:end/>
   <ct:extension>
      <[any] xmlns="any.namespace">...</[any]>
   </ct:extension>
</st:state>

machineState : stateType

Attributes and Elements

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

Attributes

Attribute

Description

xsi:type

Required attribute with the fixed value of "machineState". This attribute is not explicitly defined, but permitted as one of any custom attributes (@[anyAttr]) described below.

manual

Optional attribute to specify if the publication of this state is manual (true) or not (false). The default value is false.

startTime

Optional attribute to specify the starting time of this state publication. The default value is unspecified.

majorVersion

Optional attribute to specify schema-dependent major version information. The default value is unspecified.

minorVersion

Optional attribute to specify schema-dependent minor version information. The default value is unspecified.

[anyAttr]

Optional custom attribute of any name and namespace.

Child Elements

Element

Occurrence

Description

availability

0 ore 1

Availability number indicating the presence status.

activity

0 or more

An activity string and/or token describing the presence status.

endpointLocation

0 or 1

Location of the endpoint associated with this presence state

endpointLocation

0 or 1

Custom extension to the presence state

state/timeZoneBias

0 or 1

Contains the time zone bias from UTC in minutes of the local time zone where this publication is made.

state/timeZoneName

0 or 1

Contains the name of the local time zone, where this publication is made.

state/timeZoneAbbreviation

0 or 1

Contains the abbreviation of the local time zone where this publication is made.

state/device

0 or 1

Contains the type of the device where this publication is made. Valid values are of the st:deviceTypeEnumEx tokens.

Microsoft Lync 2010 recognizes the following device type tokens:

computer

The device is a computer on which Lync 2010 is running.

deskphone

The device is a desk phone on which Lync 2010 for the Phone Edition is running.

mobile

The device is a mobile phone on which Microsoft Lync 2010 Mobile is running.

web

This is a computer on which Microsoft Lync Web App is running.

delimiter

0 or more

A beginning marker of a schema extension to this element.

[any]

0 or more

Schema extension

end

0 or 1

The ending marker of all the schema extensions to this element.

extension

0 or 1

Application-specific custom extension.

Parent Elements

Element

Description

None

This is a top-level element as a machine state category instance value.

Text Value

None

Remarks

stateType is the base type of the machineState. Use stateType as the serialization type to serialize or de-serialize a machineState category instance.

Example

The following XML snippet shows a machine state category instance value.

<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>
    <delimiter xmlns="https://schemas.microsoft.com/2006/09/sip/commontypes" />
    <timeZoneBias>480</timeZoneBias>
    <timeZoneName>Pacific Standard Time</timeZoneName>
    <timeZoneAbbreviation>Pacific Standard Time</timeZoneAbbreviation>
    <device>computer</device>
    <end xmlns="https://schemas.microsoft.com/2006/09/sip/commontypes"></end>
</state>

The above presence state category instance value describes that the computer located in Room 101 of Building 10 on West Campus is online, that the location is situated in the US Pacific Standard Time zone, and that this publication was automatic.

Notice that a schema extension to this element is enclosed between the ct:delimiter and ct:end elements.

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