<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
	targetNamespace="urn:test:foo"
	elementFormDefault="qualified">
	<xs:element name="foo">
		<xs:complexType>

				<xs:sequence>
				  <xs:element name="bar" maxOccurs="5"/>
				  <xs:any namespace="##other" maxOccurs="unbounded" processContents="lax"/>
		  		</xs:sequence>

		</xs:complexType>
	</xs:element>
</xs:schema>