88170944077aae326ce81f0a48ef001be4855042
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / instanceidentifier / xml / xmlPATCHdataValueNotSupported.xml
1 <!--
2   ~ Copyright (c) 2016 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 <yang-patch xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-patch">
9     <patch-id>test-patch</patch-id>
10     <comment>Test patch with not allowed value node for delete operation</comment>
11     <edit>
12         <edit-id>edit1</edit-id>
13         <operation>delete</operation>
14         <target>/my-list2/my-leaf21</target>
15         <value>
16             <my-list2 xmlns="instance:identifier:patch:module">
17                 <name>my-leaf20</name>
18                 <my-leaf21>I am leaf21-0</my-leaf21>
19                 <my-leaf22>I am leaf22-0</my-leaf22>
20             </my-list2>
21         </value>
22     </edit>
23 </yang-patch>