~ubuntu-branches/ubuntu/wily/opencollada/wily-proposed

« back to all changes in this revision

Viewing changes to xsd2cppsax/tests/validation_complex_types/t04_03.xml

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2015-05-14 17:23:27 UTC
  • Revision ID: package-import@ubuntu.com-20150514172327-f862u8envms01fra
Tags: upstream-0.1.0~20140703.ddf8f47+dfsg1
ImportĀ upstreamĀ versionĀ 0.1.0~20140703.ddf8f47+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<root xmlns="http://www.netallied.de/xsd2cppsax/tests"
 
3
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
      xsi:schemaLocation="http://www.netallied.de/xsd2cppsax/tests t04.xsd"
 
5
      >
 
6
        <allElem1>
 
7
                <!-- seqElem1 occurs two times -->
 
8
                <seqElem1>
 
9
                        <choiceElem2 /><!-- choiceElem2 occurs two times -->
 
10
                        <choiceElem2 />
 
11
                </seqElem1>
 
12
                <seqElem1>
 
13
                        <choiceElem2 /><!-- choiceElem1 occurs once -->
 
14
                </seqElem1>
 
15
                <seqElem2 />
 
16
                <seqElem3 />
 
17
        </allElem1>
 
18
 
 
19
        <allElem2>
 
20
                <seq2Elem1 />
 
21
                <!-- seq2Elem2 is not present -->
 
22
                <seq2Elem3 />
 
23
        </allElem2>
 
24
 
 
25
        <allElem3 />
 
26
</root>