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

« back to all changes in this revision

Viewing changes to xsd2cppsax/tests/t06.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 t06.xsd">
 
5
 
 
6
        <attributeHolder uri="a" uriList="a ../a b/a" />
 
7
 
 
8
        <uri>
 
9
                a
 
10
        </uri>
 
11
 
 
12
        <uriList>
 
13
                a ../a b/a
 
14
        </uriList>
 
15
 
 
16
</root>