Reduce exception guard
[netconf.git] / restconf / restconf-nb / src / test / resources / instanceidentifier / xml / xmlPATCHTargetTopLevelContainerWithEmptyURI.xml
1 <yang-patch xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-patch">
2     <patch-id>test-patch</patch-id>
3     <comment>Test patch applied to the top-level container with empty URI</comment>
4     <edit>
5         <edit-id>edit1</edit-id>
6         <operation>replace</operation>
7         <target>/instance-identifier-patch-module:patch-cont</target>
8         <value>
9             <patch-cont xmlns="instance:identifier:patch:module">
10                 <my-list1>
11                     <name>my-leaf10</name>
12                 </my-list1>
13             </patch-cont>
14         </value>
15     </edit>
16 </yang-patch>