<example2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="./example-4.xsd" >
	<!-- demonstration of xs:any -view the schema, and note how the 
	     first two elements (xxx yyy) are locally defined inside the 
	     complexType, while the remaining four elements, allowed by
	     xs:any, are defined globally. -->
	<xxx> string </xxx>
	<yyy> string </yyy>
	<xxx>-5123</xxx>
	<aaa> string </aaa>
	<bbb> string </bbb>
	<xxx>123</xxx>
</example2>

