Bug 8084 - FilterContentValidator.getKeyValues creates invalid YII key values
[netconf.git] / netconf / mdsal-netconf-connector / src / test / resources / filter / bug8084.xml
1 <!--
2   ~ Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
3   ~
4   ~ This program and the accompanying materials are made available under the
5   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
6   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
7   -->
8
9 <mainroot xmlns="urn:dummy:mod-0">
10     <multi-key-list2>
11         <id1>aaa</id1>
12         <id2>-9</id2>
13         <id3>-30000</id3>
14         <id4>-2000000000</id4>
15         <id5>-2000000000000000</id5>
16         <id6>9</id6>
17         <id7>30000</id7>
18         <id8>2000000000</id8>
19         <id9>2000000000000000</id9>
20         <id10>true</id10>
21         <id11>128.55</id11>
22         <id12>foo</id12>
23         <id13 xmlns:map-test="urn:opendaylight:mdsal:mapping:test">map-test:foo</id13>
24     </multi-key-list2>
25 </mainroot>