2.2.4.35 ArrayOfKeyValueOfstringstring

The ArrayOfKeyValueOfstringstring complex type specifies a collection of dictionaries that have key/value pairs.

The following is the XML schema definition of the ArrayOfKeyValueOfstringstring complex type.

 <xs:complexType name="ArrayOfKeyValueOfstringstring">
     <xs:annotation>
       <xs:appinfo>
         <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
       </xs:appinfo>
     </xs:annotation>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringstring">
         <xs:complexType>
           <xs:sequence>
             <xs:element name="Key" nillable="true" type="xs:string" />
             <xs:element name="Value" nillable="true" type="xs:string" />
           </xs:sequence>
         </xs:complexType>
       </xs:element>
     </xs:sequence>
   </xs:complexType>

Key: Specifies the unique identifier for some data.

Value: Specifies the data identified by the Key.