summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/xml/xmlPATCHdataValueNotSupported.xml
blob: 88170944077aae326ce81f0a48ef001be4855042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--
  ~ 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 not allowed value node for delete operation</comment>
    <edit>
        <edit-id>edit1</edit-id>
        <operation>delete</operation>
        <target>/my-list2/my-leaf21</target>
        <value>
            <my-list2 xmlns="instance:identifier:patch:module">
                <name>my-leaf20</name>
                <my-leaf21>I am leaf21-0</my-leaf21>
                <my-leaf22>I am leaf22-0</my-leaf22>
            </my-list2>
        </value>
    </edit>
</yang-patch>