<?xml version="1.0"?>
<xsd:schema 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
targetNamespace="http://xsdtesting" 
>

	<xsd:import namespace="http://www.w3.org/1999/xhtml" schemaLocation="wildG013.imp"/>

	<xsd:element name="foo">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:any namespace="##targetNamespace http://www.w3.org/1999/xhtml" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="b" type="xsd:string"/>

</xsd:schema>
