Implement edit-config operations for NormalizedNode yang-data-api
[yangtools.git] / yang / yang-data-operations / src / test / resources / xmls / containerTest_replaceContainer / 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="replace">
4     <!--Inner strategies under replace are ignored-->
5     <uint32 nc:operation="remove">88</uint32>
6     <string nc:operation="delete">string</string>
7 </container>