Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / namespaces / editConfig_sameAttrDifferentNamespaces.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
30                 </type>
31
32                 <name>testimpl</name>
33                 <simpleInt>1</simpleInt>
34                 <simpleInt xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">2</simpleInt>
35               </module>
36
37                 <module>
38                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
39                         test-impl:impl-netconf
40                     </type>
41
42                     <name>test1</name>
43                     <impl-netconf xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
44                         <simple-long-2>44</simple-long-2>
45                         <simple-long-2 xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">44</simple-long-2>
46                         <binaryLeaf></binaryLeaf>
47                         <type xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">configAttributeType</type>
48                         <dto_d xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
49                             <simple-int1>444</simple-int1>
50                             <simple-int2>4444</simple-int2>
51                             <simple-int3>454</simple-int3>
52                             <complex-dto-bInner>
53                                 <simple-int3>44</simple-int3>
54                                 <deep>
55                                     <simple-int3>4</simple-int3>
56                                 </deep>
57                                 <simple-list>4</simple-list>
58                             </complex-dto-bInner>
59                             <simple-list>4</simple-list>
60                         </dto_d>
61                         <simpleInt>44</simpleInt>
62                         <simple-test>545</simple-test>
63                         <simple-long>454545</simple-long>
64                         <simpleBoolean>false</simpleBoolean>
65                         <dto-c>
66                             <dto-a-inner>
67                                 <dto-a-inner-inner>
68                                     <simple-arg>456</simple-arg>
69                                 </dto-a-inner-inner>
70                                 <simple-arg>44</simple-arg>
71                             </dto-a-inner>
72                         </dto-c>
73                         <simple-short>4</simple-short>
74                         <simple-BigInteger>999</simple-BigInteger>
75                         <simple-byte>4</simple-byte>
76                         <peers>
77                             <port>port1</port>
78                             <simple-int3>456</simple-int3>
79                             <core-size>44</core-size>
80                         </peers>
81                         <peers>
82                             <port>port23</port>
83                             <simple-int3>456</simple-int3>
84                             <core-size>44</core-size>
85                         </peers>
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                     </impl-netconf>
91                 </module>
92
93                 <module>
94                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
95                         test-impl:impl-netconf
96                     </type>
97                     <name>test2</name>
98                     <impl-netconf xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
99                         <testing-dep>
100                             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
101                             <name>ref_dep</name>
102                         </testing-dep>
103                     </impl-netconf>
104                 </module>
105             </modules>
106
107             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
108                 <service>
109                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
110                     <instance>
111                         <name>ref_dep</name>
112                         <provider>/modules/module[type='impl-dep'][name='dep']
113                         </provider>
114                     </instance>
115                     <instance>
116                         <name>ref_dep_2</name>
117                         <provider>/modules/module[type='impl-dep'][name='dep2']
118                         </provider>
119                     </instance>
120                     <instance>
121                         <name>ref_test1</name>
122                         <provider>
123                             /modules/module[type='impl-netconf'][name='test1']
124                         </provider>
125                     </instance>
126                 </service>
127             </services>
128         </config>
129     </edit-config>
130 </rpc>