* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.XML / Test / XmlFiles / xsd / 3.xsd
1 <xs:schema
2         xmlns:xs="http://www.w3.org/2001/XMLSchema"
3         xmlns="urn:bar"
4         targetNamespace="urn:foo"
5 >
6
7 <xs:import schemaLocation="4.xsd" namespace="urn:bar" />
8 <xs:element name="Foo" type="xs:string" />
9 <xs:element name="Bar" type="xs:string" />
10
11 </xs:schema>