Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / unrecognised / editConfig_unrecognised6.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         <test-option>
7             set
8         </test-option>
9         <default-operation>merge</default-operation>
10         <config>
11             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
12
13                 <unknownAttribute>error</unknownAttribute>
14                 <module>
15                     <name>dep</name>
16                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
17                         test-impl:impl-dep
18                     </type>
19                 </module>
20
21
22             </modules>
23
24             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
25                 <service>
26                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
27                     <instance>
28                         <name>ref_dep</name>
29                         <provider>/modules/module[type='impl-dep'][name='dep']
30                         </provider>
31                     </instance>
32                 </service>
33             </services>
34         </config>
35     </edit-config>
36 </rpc>