summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsvalidator/files/indirect-datatype.xsd
blob: 60f3e4f71f2acde8dadc8703dee1f30010b8b70a (plain)
1
2
3
4
5
6
<?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:simpleType name="testType">
        <xsd:list itemType="xsd:int" />
    </xsd:simpleType>
</xsd:schema>