**** Merged from MCS ****
[mono-project.git] / mcs / class / System.XML / Test / XmlFiles / xsd / 3.xsd
blobb0d6700b6f57cc6e7ca07fef41ab172c50266293
1 <xs:schema
2 xmlns:xs="http://www.w3.org/2001/XMLSchema"
3 xmlns="urn:bar"
4 targetNamespace="urn:foo"
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" />
11 </xs:schema>