Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / bug8745 / foo.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <cont-with-attributes xmlns="foo" xmlns:a="attribute-ns" a:operation="delete">
3     <leaf-with-attributes xmlns:a="attribute-ns" a:operation="create">lf-val</leaf-with-attributes>
4     <leaf-list-with-attributes xmlns:a="attribute-ns" a:operation="replace">lfl-val</leaf-list-with-attributes>
5     <list-with-attributes xmlns:a="attribute-ns" a:operation="merge">
6         <list-key>key-val</list-key>
7     </list-with-attributes>
8 </cont-with-attributes>