/ libxml2 / test / schemas / include2_0.xsd
include2_0.xsd
 1  <?xml version="1.0"?>
 2  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 3  	targetNamespace="http://FOO"
 4  	xmlns:foo="http://FOO">
 5  	<xsd:include schemaLocation="include2_0.inc" />
 6  
 7  	<xsd:element name="foo">
 8  		<xsd:complexType>
 9  			<xsd:sequence>
10  				<xsd:element ref="foo:bar"/>				
11  			</xsd:sequence>	
12  		</xsd:complexType>
13  	</xsd:element>
14  </xsd:schema>