2.2.4.2 ArrayOfKeyValuePair

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

An array of KeyValuePair elements.

 <xs:complexType name="ArrayOfKeyValuePair" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValuePair" type="tns2:KeyValuePair"/>
   </xs:sequence>
 </xs:complexType>

KeyValuePair: A KeyValuePair (section 2.2.4.5) that specifies a key and its associated value. Each KeyValuePair in the ArrayOfKeyValuePair element MUST have a unique value in its Key element.