first implementation of yang-data-api
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-data-impl / src / test / resources / config02g.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <network xmlns="urn:opendaylight:controller:network">
3   <topologies>
4     <topology>
5       <topology-id>topId_01</topology-id>
6       <types />
7       <nodes>
8         <node>
9           <node-id>nodeId_02</node-id>
10           <supporting-ne>networkId_03</supporting-ne>
11           <termination-points>
12             <termination-point>
13               <tp-id>tpId_04</tp-id>
14             </termination-point>
15           </termination-points>
16         </node>
17         <node>
18           <node-id>nodeId_05</node-id>
19           <supporting-ne>networkId_06</supporting-ne>
20           <termination-points>
21             <termination-point>
22               <tp-id>tpId_07</tp-id>
23             </termination-point>
24           </termination-points>
25         </node>
26         <node>
27           <node-id>nodeId_08</node-id>
28           <supporting-ne>networkId_09</supporting-ne>
29           <termination-points>
30             <termination-point>
31               <tp-id>tpId_10</tp-id>
32             </termination-point>
33             <termination-point>
34               <tp-id>tpId_11</tp-id>
35             </termination-point>
36           </termination-points>
37         </node>
38       </nodes>
39       <links>
40         <link>
41           <link-id>linkId_12</link-id>
42           <source>
43             <source-node>nodeId_13</source-node>
44             <source-tp>tpId_13</source-tp>
45           </source>
46           <destination>
47             <dest-node>nodeId_14</dest-node>
48             <dest-tp>tpId_14</dest-tp>
49           </destination>
50         </link>
51         <link>
52           <link-id>linkId_15</link-id>
53           <source>
54             <source-node>nodeId_16</source-node>
55             <source-tp>tpId_16</source-tp>
56           </source>
57           <destination>
58             <dest-node>nodeId_17</dest-node>
59             <dest-tp>tpId_17</dest-tp>
60           </destination>
61         </link>
62       </links>
63     </topology>
64   </topologies>
65   <network-elements>
66     <network-element>
67       <element-id>ntElementId_18</element-id>
68     </network-element>
69     <network-element>
70       <element-id>ntElementId_19</element-id>
71     </network-element>
72   </network-elements>
73 </network>\r