27 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 | |
|   <xs:complexType name="ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1">
 | |
|     <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="KeyValueOfstringArrayOfstringty7Ep6D1">
 | |
|         <xs:complexType>
 | |
|           <xs:sequence>
 | |
|             <xs:element name="Key" nillable="true" type="xs:string" />
 | |
|             <xs:element name="Value" nillable="true" type="tns:ArrayOfstring" />
 | |
|           </xs:sequence>
 | |
|         </xs:complexType>
 | |
|       </xs:element>
 | |
|     </xs:sequence>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1" nillable="true" type="tns:ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1" />
 | |
|   <xs:complexType name="ArrayOfstring">
 | |
|     <xs:sequence>
 | |
|       <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
 | |
|     </xs:sequence>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
 | |
| </xs:schema> |