**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Data / Test / System.Data / schemas / test007.xsd
blobd1a0f34f5081a7c49461328f05e3c0ee74e4d702
1 <!-- nested tables, root references to complex type -->
2 <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' targetNamespace='urn:foo' xmlns:x='urn:foo'>
3 <xs:element name='uno' type='x:t' />
4 <xs:complexType name='t'>
5 <xs:sequence>
6 <xs:element name='des'>
7 <xs:complexType>
8 <xs:sequence>
9 <xs:element name='tres' />
10 </xs:sequence>
11 </xs:complexType>
12 </xs:element>
13 </xs:sequence>
14 </xs:complexType>
15 </xs:schema>