blob: e3dd03d1010ef5bb044a53e1dc6425e94eb7d539 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<t:root xmlns:t="test"
xmlns:o1="other1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="test test.xsd">
<!-- fail any namespace="##targetNamespace other" -->
<sequence>
<c>c</c>
<d>d</d>
<o1:any>any</o1:any>
<f>f</f>
<e>e</e>
</sequence>
</t:root>
|