Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_remove.xml
1 <rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <edit-config>
3         <target>
4             <candidate/>
5         </target>
6         <default-operation>none</default-operation>
7         <config>
8             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
9                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
10                         nc:operation="remove">
11                     <name>dep</name>
12                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
13                         test-impl:impl-dep
14                     </type>
15                 </module>
16
17                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
18                         nc:operation="remove">
19                     <name>dep2</name>
20                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
21                         test-impl:impl-dep
22                     </type>
23                 </module>
24
25                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
26                         nc:operation="remove">
27                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
28                         test-impl:impl-netconf
29                     </type>
30                     <name>test1</name>
31                 </module>
32
33                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
34                         nc:operation="remove">
35                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
36                         test-impl:impl-netconf
37                     </type>
38                     <name>test2</name>
39                 </module>
40             </modules>
41         </config>
42     </edit-config>
43 </rpc>