summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsvalidator/files/indirect-import-b.xsd
blob: 88be377fd7a547f81a30a5a2171304af5ec5a0bb (plain)
1
2
3
4
<?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/test2">
    <xsd:import schemaLocation="indirect-datatype.xsd" namespace="http://qt.nokia.com/test" />
</xsd:schema>