summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsvalidator/files/indirect-include-a.xsd
blob: 02ca5c5d0a6b022ce542dde345306d0cbd743d4f (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:include schemaLocation="indirect-include-b.xsd" />
    <xsd:include schemaLocation="indirect-include-c.xsd" />
</xsd:schema>