summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/sequence/test-004.xml
blob: a58b6d4a67dc577ec7e7c57b85554b7360fd26d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<t:root xmlns:t="test"
        xmlns:o="other"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <!-- fail c minOccurs="1" -->
  <sequence>
    <d>d</d>
    <t:any>any</t:any>
    <f>f</f>
    <e>e</e>
  </sequence>

</t:root>