<example2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="http://www.iansgraham.com/schemas/ex" 
	xsi:schemaLocation="http://www.iansgraham.com/schemas/ex  ./schema3.xsd" >
	<!-- This example succeeds, as the schema puts all elements
	in the defined default namespace. -->
<aaa> string content </aaa>
</example2>
