<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  ./schema2.xsd" >
	<!-- This example fails, as the default namespace is set
	to the target namespace of hte associated XSD file, but the
        schema expects the aaa element to be in no namespace!  -->
<aaa> string content </aaa>
</example2>
