libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / schemas / anyAttr.importA.1_0.xsd
blob92e0bbead7bd2eef50dcbbc981eaee294a01d568
1 <?xml version="1.0"?>
2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://IMPORT"
3 xmlns:imp="http://IMPORT" xmlns:boo="http://BOO">
5 <xsd:attributeGroup name="attrGr.inters.5_1">
6 <xsd:anyAttribute namespace="##other"/>
7 </xsd:attributeGroup>
9 <xsd:element name="imp.element"/>
11 <xsd:attribute name="imp.attribute" type="xsd:string"/>
13 <xsd:group name="imp.group">
14 <xsd:sequence>
15 <xsd:element ref="imp:imp.element"/>
16 </xsd:sequence>
17 </xsd:group>
19 <xsd:complexType name="imp.complexType">
20 <xsd:attribute ref="imp:imp.attribute"/>
21 </xsd:complexType>
23 </xsd:schema>