<example2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="./example-5.xsd" >
	<!-- This is invalid because there is no global definition for
	     yyy elements, and the last 'yyy' is allowed in the schema 
	     by xs:any, and it matches only against global elements.  -->
	<xxx> string </xxx>
	<yyy> string </yyy>
	<xxx>-1232</xxx>
	<aaa> string </aaa>
	<bbb> string </bbb>
	<yyy> string </yyy>
</example2>

