Do not pretty-print body class
[yangtools.git] / yang / yang-data-impl / src / test / resources / org / opendaylight / yangtools / yang / data / impl / config02-shadow.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:ietf:params:xml:ns:netconf:base:1.0">
11     <topologies>
12         <topology>
13             <topology-id>topId_01</topology-id>
14             <nodes>
15                 <node>
16                     <node-id>nodeId_19</node-id>
17                     <supporting-ne>networkId_20</supporting-ne>
18                     <termination-points>
19                         <termination-point>
20                             <tp-id>tpId_19</tp-id>
21                         </termination-point>
22                         <termination-point>
23                             <tp-id>tpId_18</tp-id>
24                         </termination-point>
25                     </termination-points>
26                 </node>
27                 <node>
28                     <node-id>nodeId_16</node-id>
29                     <supporting-ne>networkId_17</supporting-ne>
30                     <termination-points>
31                         <termination-point>
32                             <tp-id>tpId_18</tp-id>
33                         </termination-point>
34                     </termination-points>
35                 </node>
36                 <node>
37                     <node-id>nodeId_02</node-id>
38                     <supporting-ne>networkId_02</supporting-ne>
39                     <termination-points>
40                         <termination-point>
41                             <tp-id>tpId_03</tp-id>
42                         </termination-point>
43                     </termination-points>
44                 </node>
45             </nodes>
46             <links>
47                 <link>
48                     <destination>
49                         <dest-tp>tpId_15</dest-tp>
50                         <dest-node>nodeId_14</dest-node>
51                     </destination>
52                     <source>
53                         <source-tp>tpId_13</source-tp>
54                         <source-node>nodeId_12</source-node>
55                     </source>
56                     <link-id>linkId_11</link-id>
57                 </link>
58                 <link>
59                     <destination>
60                         <dest-tp>tpId_08</dest-tp>
61                         <dest-node>nodeId_07</dest-node>
62                     </destination>
63                     <source>
64                         <source-tp>tpId_06</source-tp>
65                         <source-node>nodeId_05</source-node>
66                     </source>
67                     <link-id>linkId_04</link-id>
68                 </link>
69             </links>
70         </topology>
71     </topologies>
72     <network-elements>
73         <network-element>
74             <element-id>ntElementId_10</element-id>
75         </network-element>
76         <network-element>
77             <element-id>ntElementId_09</element-id>
78         </network-element>
79     </network-elements>
80 </network>