<x:example2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.iansgraham.com/schemas/ex  ./example-2.xsd" 
	xmlns:x="http://www.iansgraham.com/schemas/ex" 
	>
	<!-- This example is good, as the default namespace is set
	to the target namespace of hte associated XSD file.  -->
<aaa> string content </aaa>
</x:example2>
