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

« back to all changes in this revision

Viewing changes to xsd2cppsax/tests/validation_simple_types/t01_mem_mgr_prob.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 t01.xsd"
 
5
      >
 
6
 
 
7
        <attributeHolder intListLength_attr="1 2 3 4 5"
 
8
                                         intListMaxLength_attr="1 2 3 4 5"
 
9
                                         intListMinLength_attr="1 2 3 4 5"
 
10
                                         restrictedItemListLength_attr="3 4 5 6 7"
 
11
                         />
 
12
 
 
13
        <attributeHolder restrictedItemListLength_attr="3 4 5 6 7"
 
14
                                         intListMinLength_attr="1 2 3 4 5"
 
15
                                         intListMaxLength_attr="1 2 3 4 5"
 
16
                                         intListLength_attr="1 2 3 4 5"
 
17
                         />
 
18
 
 
19
        <attributeHolder inc_attr="3" />
 
20
 
 
21
</root>