<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:redefine schemaLocation="foo">
		<xsd:group name="group">
			<xsd:all maxOccurs="0" minOccurs="0">
				<xsd:element name="e1"/>
			</xsd:all>
		</xsd:group>
	</xsd:redefine>
</xsd:schema>
