summaryrefslogtreecommitdiff
path: root/test/schemas/anyAttr.importB.1_0.xsd
blob: 33eaba88c6cd3397c401559bef4ae66dc7997149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">

	<xsd:attributeGroup name="attrGr.inters.6_1">
		<xsd:anyAttribute namespace="##other"/>
	</xsd:attributeGroup>

	<xsd:complexType name="imp.type.base.inters.4_1">	
		<xsd:anyAttribute namespace="##other" processContents="lax"/>	
	</xsd:complexType>

	<xsd:complexType name="imp.type.base.derive.4_1">	
		<xsd:anyAttribute namespace="##other" processContents="lax"/>	
	</xsd:complexType>

	<xsd:complexType name="imp.type.base.derive.6">	
		<xsd:anyAttribute namespace="##other" processContents="lax"/>	
	</xsd:complexType>

</xsd:schema>