summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsvalidator/files/indirect-import-a.xsd
blob: e6da43398d7bbeb92dc71be30f3e50c9a0d92fab (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://qt.nokia.com/test" targetNamespace="http://qt.nokia.com/test">
    <xsd:import schemaLocation="indirect-import-b.xsd" namespace="http://qt.nokia.com/test2" />
    <xsd:import schemaLocation="indirect-import-c.xsd" namespace="http://qt.nokia.com/test2" />
</xsd:schema>