<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x="foo">
	<xsd:attribute name="gTest" x:foo="bar"/>
	<xsd:element name="test">
		<xsd:complexType>
			<xsd:attribute name="test" x:foo="bar"/>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
