Blame test/schemas/annot-err_0.xsd

Packit 423ecb
Packit 423ecb
Packit 423ecb
	targetNamespace="http://FOO"
Packit 423ecb
	xmlns:goo="http://GOO"
Packit 423ecb
	xmlns:but="http://BUT">
Packit 423ecb
	<xsd:element name="foo" xml:lang="hhh">
Packit 423ecb
		<xsd:annotation id="id1" death="is a good entertainer" but:such="is life">
Packit 423ecb
		    I shouldn't do this here...
Packit 423ecb
			
Packit 423ecb
				goo:fun="bag" fun="another fun-bag">
Packit 423ecb
				weeelll
Packit 423ecb
			</xsd:appinfo>
Packit 423ecb
			
Packit 423ecb
				goo:mothers="of invention" mothers="don't do your dishes">
Packit 423ecb
				hmmmmmm
Packit 423ecb
			</xsd:documentation>
Packit 423ecb
			...and here as well - more than ever
Packit 423ecb
		</xsd:annotation>	
Packit 423ecb
	</xsd:element>
Packit 423ecb
Packit 423ecb
</xsd:schema>