/ libxml2 / test / schemas / anyAttr.importB.1_0.xsd
anyAttr.importB.1_0.xsd
 1  <?xml version="1.0"?>
 2  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 3  
 4  	<xsd:attributeGroup name="attrGr.inters.6_1">
 5  		<xsd:anyAttribute namespace="##other"/>
 6  	</xsd:attributeGroup>
 7  
 8  	<xsd:complexType name="imp.type.base.inters.4_1">	
 9  		<xsd:anyAttribute namespace="##other" processContents="lax"/>	
10  	</xsd:complexType>
11  
12  	<xsd:complexType name="imp.type.base.derive.4_1">	
13  		<xsd:anyAttribute namespace="##other" processContents="lax"/>	
14  	</xsd:complexType>
15  
16  	<xsd:complexType name="imp.type.base.derive.6">	
17  		<xsd:anyAttribute namespace="##other" processContents="lax"/>	
18  	</xsd:complexType>
19  
20  </xsd:schema>
21