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