Merge "Bug 1029: Remove dead code: sal-schema-repository-api"
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_none.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         <error-option>stop-on-error</error-option>
8         <config>
9             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
10                 <module>
11                     <name>instance-from-code_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>
18                     <name>dep2</name>
19                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
20                         test-impl:impl-dep
21                     </type>
22                 </module>
23
24                 <module>
25                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
26                         test-impl:impl-netconf
27                     </type>
28                     <name>instance-from-code</name>
29                     <impl-netconf xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
30                         <simple-long-2>44</simple-long-2>
31                         <binaryLeaf>8ad1</binaryLeaf>
32                         <dto_d>
33                             <simple-int1>444</simple-int1>
34                             <simple-int2>4444</simple-int2>
35                             <simple-int3>454</simple-int3>
36                             <complex-dto-bInner>
37                                 <simple-int3>44</simple-int3>
38                                 <deep>
39                                     <simple-int3>4</simple-int3>
40                                 </deep>
41                                 <simple-list>4</simple-list>
42                             </complex-dto-bInner>
43                             <simple-list>4</simple-list>
44                         </dto_d>
45                         <simpleInt>44</simpleInt>
46                         <simple-test>545</simple-test>
47                         <simple-long>454545</simple-long>
48                         <simpleBoolean>false</simpleBoolean>
49                         <dto-c>
50                             <dto-a-inner>
51                                 <dto-a-inner-inner>
52                                     <simple-arg>456</simple-arg>
53                                 </dto-a-inner-inner>
54                                 <simple-arg>44</simple-arg>
55                             </dto-a-inner>
56                         </dto-c>
57                         <simple-short>4</simple-short>
58                         <simple-BigInteger>999</simple-BigInteger>
59                         <simple-byte>4</simple-byte>
60                         <peers>
61                             <port>port1</port>
62                             <simple-int3>456</simple-int3>
63                             <core-size>44</core-size>
64                         </peers>
65                         <peers>
66                             <port>port23</port>
67                             <simple-int3>456</simple-int3>
68                             <core-size>44</core-size>
69                         </peers>
70                     </impl-netconf>
71                 </module>
72                 <module>
73                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
74                         test-impl:impl-netconf
75                     </type>
76                     <name>test3</name>
77                 </module>
78             </modules>
79
80             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
81             </services>
82         </config>
83     </edit-config>
84 </rpc>