Do not pretty-print body class
[yangtools.git] / data / yang-data-impl / src / test / resources / config01.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 <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
11     <edit-config>
12         <target>
13             <running />
14         </target>
15         <config>
16             <top xmlns="http://example.com/schema/1.2/config">
17                 <interface>
18                     <name>Ethernet0/0</name>
19                     <mtu>1500</mtu>
20                 </interface>
21             </top>
22         </config>
23     </edit-config>
24 </rpc>
25