up:countryCode

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.

Contains the user's country code stored in Active Directory.

Syntax

<up:countryCode>...</up:countryCode>

Attributes

None

Tag Content

Default Value Data Type Description

none

xs:token

Contains the name of the user's countryCode from Active Directory.

Parent Element

Element Description

up:userProperties

The userProperties element.

Child Elements

None

Remarks

This element is optional and can be present at most one time.

Examples

XML Example of the countryCode Element

<cwaCategory name="userProperties" instance="0" version="8" publishTime="2007-11-01T16:43:59Z">
  <userProperties xmlns="http://schemas.microsoft.com/2006/09/sip/categories">
    <facsimileTelephoneNumber>1234567890</facsimileTelephoneNumber>
    <streetAddress>123 Any Street</streetAddress>
    <l>Redmond</l>
    <st>WA</st>
    <countryCode>US</countryCode>
    <postalCode>98223</postalCode>
    <wWWHomePage>http://admin.contoso.com</wWWHomePage>
    <exumEnabled>1</exumEnabled>   
    <telephonyMode>Dual</telephonyMode>
    <lines>
      <line lineType="Dual">tel:+5555555555;ext=55555</line>
    </lines>
  </userProperties>
</cwaCategory>