summaryrefslogtreecommitdiff
path: root/test/schemas/subst-group-1_1.xml
blob: 087fe02b06930ee30b3e1a2e0319e1442669594d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!-- Test for bug #341150 -->
<TestRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="subst-group-1.xsd">
    <Events>
        <TestEvent>Test 1.</TestEvent>
        <!-- Uncomment the following element to cause libxml's xmllint to
            fail to validate. -->
        <TestEvent>Test 2.</TestEvent>
    </Events>
</TestRoot>