/ libxml2 / test / schemas / annot-err_0.xsd
annot-err_0.xsd
 1  <?xml version="1.0"?>
 2  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 3  	targetNamespace="http://FOO"
 4  	xmlns:goo="http://GOO"
 5  	xmlns:but="http://BUT">
 6  	<xsd:element name="foo" xml:lang="hhh">
 7  		<xsd:annotation id="id1" death="is a good entertainer" but:such="is life">
 8  		    I shouldn't do this here...
 9  			<xsd:appinfo id="id2" source="somewhere" 
10  				goo:fun="bag" fun="another fun-bag">
11  				weeelll
12  			</xsd:appinfo>
13  			<xsd:documentation xml:lang="*" id="id3" source="anywhere" 
14  				goo:mothers="of invention" mothers="don't do your dishes">
15  				hmmmmmm
16  			</xsd:documentation>
17  			...and here as well - more than ever
18  		</xsd:annotation>	
19  	</xsd:element>
20  
21  </xsd:schema>