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