Merge "Fixed deserialization of IdentityRefs in Restconf URI."
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / namespaces / editConfig_differentNamespaceTO.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                 <module>
21                     <name>dep2</name>
22                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
23                         test-impl:impl-dep
24                     </type>
25                 </module>
26
27                 <module>
28                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
29                         test-impl:impl-netconf
30                     </type>
31
32                     <name>test1</name>
33
34                     <simple-long-2>44</simple-long-2>
35                     <binaryLeaf>8545649856</binaryLeaf>
36                     <type xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">configAttributeType</type>
37                     <dto_d>
38                         <simple-int1>444</simple-int1>
39                         <simple-int2 xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">4444</simple-int2>
40                         <simple-int3>454</simple-int3>
41                         <complex-dto-bInner>
42                             <simple-int3>44</simple-int3>
43                             <deep>
44                                 <simple-int3>4</simple-int3>
45                             </deep>
46                             <simple-list>4</simple-list>
47                         </complex-dto-bInner>
48                         <simple-list>4</simple-list>
49                     </dto_d>
50                     <simpleInt>44</simpleInt>
51                     <simple-test>545</simple-test>
52                     <simple-long>454545</simple-long>
53                     <simpleBoolean>false</simpleBoolean>
54                     <dto-c>
55                         <dto-a-inner>
56                             <dto-a-inner-inner>
57                                 <simple-arg>456</simple-arg>
58                             </dto-a-inner-inner>
59                             <simple-arg>44</simple-arg>
60                         </dto-a-inner>
61                     </dto-c>
62                     <simple-short>4</simple-short>
63                     <simple-BigInteger>999</simple-BigInteger>
64                     <simple-byte>4</simple-byte>
65                     <peers>
66                         <port>port1</port>
67                         <simple-int3>456</simple-int3>
68                         <core-size>44</core-size>
69                     </peers>
70                     <peers>
71                         <port>port23</port>
72                         <simple-int3>456</simple-int3>
73                         <core-size>44</core-size>
74                     </peers>
75                     <testing-dep>
76                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
77                         <name>ref_dep</name>
78                     </testing-dep>
79                 </module>
80
81                 <module>
82                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
83                         test-impl:impl-netconf
84                     </type>
85                     <name>test2</name>
86                     <testing-dep>
87                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
88                         <name>ref_dep</name>
89                     </testing-dep>
90                 </module>
91             </modules>
92
93             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
94                 <service>
95                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
96                     <instance>
97                         <name>ref_dep</name>
98                         <provider>/modules/module[type='impl-dep'][name='dep']
99                         </provider>
100                     </instance>
101                     <instance>
102                         <name>ref_dep_2</name>
103                         <provider>/modules/module[type='impl-dep'][name='dep2']
104                         </provider>
105                     </instance>
106                     <instance>
107                         <name>ref_test1</name>
108                         <provider>
109                             /modules/module[type='impl-netconf'][name='test1']
110                         </provider>
111                     </instance>
112                 </service>
113             </services>
114         </config>
115     </edit-config>
116 </rpc>