3.1.4.1.3.6 ContextPropertyType

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

The ContextPropertyType complex type specifies the context of a contact.<6>

 <xs:complexType name="ContextPropertyType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Key" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Value" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

Key: An element of type string, as defined in [XMLSCHEMA2/2] , that specifies the key of the context.

Value: An element of type string that specifies the value of the context.