Implement edit-config operations for NormalizedNode yang-data-api
[yangtools.git] / yang / yang-data-operations / src / test / resources / xmls-negative / leafListTest_deleteLeafActualMissing / merge.xml
1 <container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test"
2            xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
3            nc:operation="merge">
4     <leafList nc:operation="delete">currentLeafList1</leafList>
5 </container>