eeec5ad9b0a8d67484964913997853b6526bccbe
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / instanceidentifier / xml / xmlPATCHdataValueMissing.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 missing value node for create operation</comment>
11     <edit>
12         <edit-id>edit1</edit-id>
13         <operation>create</operation>
14         <target>/my-list2</target>
15     </edit>
16 </yang-patch>