summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/sequence/test-000.xml
blob: 9bcbd7e173e32932d6c39bca5751daf83ab3dc97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<t:root xmlns:t="test"
        xmlns:o="other"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <sequence>
    <c>c</c>
    <d>d</d>
    <t:any>aaa<a>bbb</a>ccc</t:any>
    <f>f</f>
    <e>e</e>
  </sequence>

  <sequence>
    <a>a</a>
    <b>b</b>
    <c>c</c>
    <d>d</d>
    <d>d</d>
    <d>d</d>
    <o:any>any</o:any>
    <f>f</f>
    <e>e</e>
    <e>e</e>
  </sequence>

  <sequence>
    <a>a</a>
    <b>b</b>
    <c>c</c>
    <d>d</d>
    <d>d</d>
    <d>d</d>
    <o:any>any</o:any>
    <f>f</f>
    <e>e</e>
    <e>e</e>

    <c>c</c>
    <d>d</d>
    <t:any>any</t:any>
    <f>f</f>
    <e>e</e>
  </sequence>

</t:root>