Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Lync 2013 | Lync Server 2013
The zip/postal code of a contact’s address.
<zipcode updated="DateTime" [anyAttr]="string" LCID="lcid">string</zipcode>
LCIDType
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
LCID |
Optional attribute of the unsigned integer type indicating the locale ID for the locale-specific display of the string value of the element. When unspecified, the default locale is implied. |
updated |
Optional attribute of the xs:dateTime type indicating the time when this element was last updated. |
[anyAttr] |
Optional custom attribute of any name in any namespace |
Child elements
None
Parent elements
Element |
Description |
---|---|
The address property of a contactCard category instance |
Text value
A locale-specific string value.
Remarks
The type of this element is derived from LCIDType that is derived from updatedStringType that is further derived from the simple xs:string type. For more information, see the contactCard schema definition file (contactCard.xsd).
Example
The following XML code snippet shows a contactCard category instance containing a contact’s work address.
<contactCard xmlns="http://schemas.microsoft.com/2006/09/sip/contactcard">
<address type="work">
<street>123 Any Street</street>
<city>Redmond</city>
<state>WA</state>
<zipcode>98223</zipcode>
<countryCode>US</countryCode>
</address>
<url type="sharepoint">http://admin.contoso.com</url>
</contactCard>
Element information
Namespace |
http://schemas.microsoft.com/2006/09/sip/contactcard |
Schema Name |
contactCard |
Validation File |
contactCard.xsd, contactCardTypes.xsd |
Can be Empty |
True |