Add prefixes to type attribute in generated xml from netconf
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / unrecognised / editConfig_unrecognised2.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                 <module>
14                     <name>dep</name>
15                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
16                         test-impl:impl-dep
17                     </type>
18                 </module>
19
20
21             </modules>
22
23             <unknownAttribute>error</unknownAttribute>
24
25             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
26                 <service>
27                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
28                     <instance>
29                         <name>ref_dep</name>
30                         <provider>/config/modules/module[name='impl-dep']/instance[name='dep']
31                         </provider>
32                     </instance>
33                 </service>
34             </services>
35         </config>
36     </edit-config>
37 </rpc>