Do not pretty-print body class
[yangtools.git] / yang / yang-data-impl / src / test / resources / config02.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <network xmlns="urn:opendaylight:controller:network">
11     <topologies>
12         <topology>
13             <topology-id>topId_01</topology-id>
14             <types></types>
15             <nodes>
16                 <node>
17                     <node-id>nodeId_02</node-id>
18                     <supporting-ne>networkId_02</supporting-ne>
19                     <termination-points>
20                         <termination-point>
21                             <tp-id>tpId_03</tp-id>
22                         </termination-point>
23                     </termination-points>
24                 </node>
25                 <node>
26                     <node-id>nodeId_16</node-id>
27                     <supporting-ne>networkId_17</supporting-ne>
28                     <termination-points>
29                         <termination-point>
30                             <tp-id>tpId_18</tp-id>
31                         </termination-point>
32                     </termination-points>
33                 </node>
34                 <node>
35                     <node-id>nodeId_19</node-id>
36                     <supporting-ne>networkId_20</supporting-ne>
37                     <termination-points>
38                         <termination-point>
39                             <tp-id>tpId_18</tp-id>
40                         </termination-point>
41                         <termination-point>
42                             <tp-id>tpId_19</tp-id>
43                         </termination-point>
44                     </termination-points>
45                 </node>
46             </nodes>
47             <links>
48                 <link>
49                     <link-id>linkId_04</link-id>
50                     <source>
51                         <source-node>nodeId_05</source-node>
52                         <source-tp>tpId_06</source-tp>
53                     </source>
54                     <destination>
55                         <dest-node>nodeId_07</dest-node>
56                         <dest-tp>tpId_08</dest-tp>
57                     </destination>
58                 </link>
59                 <link>
60                     <link-id>linkId_11</link-id>
61                     <source>
62                         <source-node>nodeId_12</source-node>
63                         <source-tp>tpId_13</source-tp>
64                     </source>
65                     <destination>
66                         <dest-node>nodeId_14</dest-node>
67                         <dest-tp>tpId_15</dest-tp>
68                     </destination>
69                 </link>
70             </links>
71         </topology>
72     </topologies>
73     <network-elements>
74         <network-element>
75             <element-id>ntElementId_09</element-id>
76         </network-element>
77         <network-element>
78             <element-id>ntElementId_10</element-id>
79         </network-element>
80     </network-elements>
81 </network>
82