2.2.4.4 NonEmptyArrayOfExtendedFieldURIs

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The NonEmptyArrayOfExtendedFieldURIs complex type specifies an array of extended URIs.

 <xs:complexType name="NonEmptyArrayOfExtendedFieldURIs" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:choice maxOccurs="unbounded">
     <xs:element name="ExtendedProperty" type="t:PathToExtendedFieldType"/>
   </xs:choice>
 </xs:complexType>

ExtendedProperty: An element of type PathToExtendedFieldType, as defined in [MS-OXWSXPROP] section 2.1.6, that represents an extended property for the Unified Contact Store. Extended properties are typically private properties on contacts (2) that are used for application-specific functions.