<?xml version="1.0" encoding="UTF-8"?>
<!--
	test without redefinition.
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
		targetNamespace="foo" xmlns="foo"
		elementFormDefault="qualified">
	
	<xsd:redefine schemaLocation="xsd003.xsdmod" />
	
</xsd:schema>
