Move netconf-dom-api
[netconf.git] / netconf / netconf-util / src / test / resources / netconfMessages / get-with-multiple-subtrees.xml
1 <rpc message-id="m-0" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <get>
3         <filter xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0" ns0:type="subtree">
4             <c xmlns="test:namespace">
5                 <a/>
6                 <d>
7                     <x/>
8                 </d>
9             </c>
10             <e xmlns="test:namespace">
11                 <z/>
12             </e>
13         </filter>
14     </get>
15 </rpc>