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