Share via


userInformation

Specifies the list of optional phone lines made available to reach the user. These options are specified in the Microsoft Lync 2010 Lync Options dialog box.

<ui:userInformation xmlns:ui="https://schemas.microsoft.com/2006/09/sip/options/userInformation" 
       majorVersion="xs:unsignedInt" 
       minorVersion="xs:unsignedInt"
       [anyAttri]="anyAttribute">
   <ui:phones>Zero or more phone elements</ui:phones>
   <ui:callHandlingList>Zero or more targets to handle the listed phones</ui:callHandlingList>
   <ct:delimiter xmlns:ct="https://schemas.microsoft.com/2006/09/sip/commontypes" />
   <[any]>any element</[any]>
   <ct:end xmlns:ct="https://schemas.microsoft.com/2006/09/sip/commontypes" />
   <ct:extension xmlns:ct="https://schemas.microsoft.com/2006/09/sip/commontypes" >...<ct:extension>
</ui:userInformation>

userInformationType

Attributes and Elements

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

Attributes

Attribute

Description

majorVersion

Optional attribute of the xs:unsignedInt type to specify the major version number of this category instance value element.

minorVersion

Optional attribute of the xs:unsignedInt type to specify minor version number.

[anyAttr]

Optional custom attribute of any name and namespace.

Child Elements

Element

Occurrence

Description

userInformation/phones

1

A list of phone numbers a user can choose to make available to others.

userInformation/callHandlingList

0 or 1

A list of handlers for listed phone lines.

ct:delimiter

0 or more

An empty element, of the CommonTypes (ct) namespace, to mark the start of a schema extension to its parent element. Elements describing the extension are enclosed between a ct:delimiter and ct:end elements or between two ct:delimiter elements.

ct:end

0 or 1

An empty element, of the CommonTypes (ct) namespace, to mark the end of all the schema extensions to its parent element.

ct:extension

0 or more

An element, of the CommonTypes (ct) namespace, to hold any elements of any namespace as an application-defined custom extension to the parent element.

[any]

0 or more

A custom element describing an extension to its parent element. When enclosed between a ct:delimiter element and a ct:end element or between two ct:delimiter elements, this element serves to describe a schema extension and can have any name in the namespace of its parent element. When contained in an ct:extension element, this element describes the application-defined custom extension and can have any name in any namespace.

Parent Elements

Element

Description

None

This is a top-level element as a user-information options category instance value.

Text Value

None

Remarks

The userInformation category instance represents the options that can be set by a user to share his or her phone numbers and to configure how calls may be handled. Lync 2010 publishes this type of category instances to the Self Container only.

Example

The following XML snippet shows a userInformation category instance value containing two types (work and mobile) of phone numbers

<userInformation xmlns="https://schemas.microsoft.com/2006/09/sip/options/userInformation">
    <callHandlingList>
       <lastPhone>
           <displayString>+12063334444</displayString>
           <uri>tel:+12063334444</uri>
       </lastPhone>
   </callHandlingList>
   <phones>
       <phone type="work">
           <readOnly>true</readOnly>
           <displayString>+1 (425) 1113872 X13872</displayString>
           <uri>tel:+14251113872;ext=13872</uri>
       </phone>
       <phone type="mobile">
           <displayString>+12062221115</displayString>
           <uri>tel:+12062221115</uri>
       </phone>
       <phone type="home"></phone>
       <phone type="other"></phone>
   </phones>
</userInformation>

Element Information

Namespace

https://schemas.microsoft.com/2006/09/sip/options/userInformation

Schema Name

Options-UserInformation

Validation File

Options-UserInformation.xsd, Options-UserInformationtypes.xsd

Can be Empty

True

See Also

Concepts

Self Container