<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml">
	<xs:element name="foo">
		<xs:complexType>
			<xs:sequence>
				<xs:any namespace="##other"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="b" type="xs:string"/>
</xs:schema>
