Do not pretty-print body class
[yangtools.git] / data / yang-data-impl / src / test / resources / rpc-getDeviceEquipment.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 <methodCall xmlns="urn:ciscodaylight:controller:get.device.equipment">
11         <methodName>getDeviceEquipment</methodName>
12         <emptyTag />
13         <params>
14                 <param>
15                         <value>
16                                 <string>DeviceID123</string>
17                         </value>
18                 </param>
19                 <param>
20                         <value>
21                                 <string>172.23.218.75</string>
22                         </value>
23                 </param>
24         </params>
25 </methodCall>