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