Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / System.Runtime.Serialization / Test / Resources / Schemas / ns29.xsd
1 <xs:schema
2     xmlns:tns="http://schemas.datacontract.org/2004/07/baz"
3     xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"
4     elementFormDefault="qualified"
5     targetNamespace="http://schemas.datacontract.org/2004/07/baz" 
6     xmlns:xs="http://www.w3.org/2001/XMLSchema">
7   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
8   <xs:complexType name="T3">
9     <xs:annotation>
10       <xs:appinfo>
11         <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
12       </xs:appinfo>
13     </xs:annotation>
14     <xs:sequence>
15       <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringduration">
16         <xs:complexType>
17           <xs:sequence>
18             <xs:element name="Key" nillable="true" type="xs:string" />
19           </xs:sequence>
20         </xs:complexType>
21       </xs:element>
22     </xs:sequence>
23   </xs:complexType>
24   <xs:element name="T3" nillable="true" type="tns:T3" />
25 </xs:schema>
26