2.2.4.5 KeyValuePair

Namespace: http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/AccessServerInternalService/

The KeyValuePair complex type is used as a container for a key and its associated value.

 <xs:complexType name="KeyValuePair" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Key"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Value" nillable="true"/>
   </xs:sequence>
 </xs:complexType>

Key: Specifies a value that uniquely identifies the KeyValuePair within a collection. MUST be present. MUST be of type string ([XMLSCHEMA2] section 3.2.1) or int ([XMLSCHEMA2] section 3.3.17).

Value: Data associated with a given Key, which can have any value as long as the document remains well formed, as specified in [XML] section 2. MUST be present. MUST be formatted in the data culture of the session.