summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlPATCHdataValueMissing.xml
blob: eeec5ad9b0a8d67484964913997853b6526bccbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--
  ~ Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
  ~
  ~ This program and the accompanying materials are made available under the
  ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
  ~ and is available at http://www.eclipse.org/legal/epl-v10.html
  -->
<yang-patch xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-patch">
    <patch-id>test-patch</patch-id>
    <comment>Test patch with missing value node for create operation</comment>
    <edit>
        <edit-id>edit1</edit-id>
        <operation>create</operation>
        <target>/my-list2</target>
    </edit>
</yang-patch>