blob: 909ed259301b9089169427880e3af34e22162488 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:bar="barNS"
xmlns="dumbNS"
targetNamespace="dumbNS"
elementFormDefault="qualified">
<xs:import namespace="barNS" schemaLocation="sub/bar.xsd" />
<xs:attribute name="a" type="xs:integer" />
<xs:attribute name="b" type="xs:integer" />
<xs:attribute name="c" type="xs:integer" />
<xs:element name="root">
<xs:complexType>
<xs:attribute ref="b"/>
<xs:attribute ref="bar:b"/>
</xs:complexType>
</xs:element>
</xs:schema>