1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="http://FOO"
6 elementFormDefault="qualified">
8 <!-- We need to import the namespace for the schema to be valid. -->
9 <xsd:import namespace="http://BAR"/>
11 <xsd:element name="foo">
14 <xsd:element name="foo.B" type="bar:fooType"/>
15 <xsd:element ref="bar:bar"/>
17 <xsd:attribute name="foo.attr"/>