39a9d223f35f452508582dfc68adb0e9112e6d7f
[yangtools.git] / yang / yang-data-operations / src / test / resources / xmls / leafListTest / 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
4     <leafList nc:operation="delete">currentLeafList1</leafList>
5     <leafList nc:operation="remove">random</leafList>
6     <leafList nc:operation="create">currentLeafList3</leafList>
7     <leafList nc:operation="replace">currentLeafList4</leafList>
8     <leafList nc:operation="merge">currentLeafList5</leafList>
9
10 </container>