tests/auto/xmlpatternsvalidator/files/indirect-include-a.xsd
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:26:16 +0100
branchGCC_SURGE
changeset 24 24fd0381a9ae
parent 19 fcece45ef507
permissions -rw-r--r--
Branch for GCC_SURGE fixes

<?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>