Merge "BUG-614: Remove YangtoolsMappingHelper in favor of BindingReflections"
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / instanceidentifier / xml / xmldata.xml
1 <cont xmlns="instance:identifier:module">
2     <cont1>
3         <lst11 xmlns="augment:module" xmlns:c="augment:augment:module">
4             <keyvalue111>value1</keyvalue111>
5             <keyvalue112>value2</keyvalue112>
6             <lf111 xmlns="augment:augment:module" xmlns:a="instance:identifier:module" xmlns:b="augment:module" >/a:cont/a:cont1/b:lst11[b:keyvalue111="value1"][b:keyvalue112="value2"]/c:lf112</lf111>
7             <lf112 xmlns="augment:augment:module">lf112 value</lf112>
8         </lst11>
9     </cont1>
10 </cont>