BUG-2184 Fix subtree filtering for identity-ref leaves
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 9 / post-filter.xml
1 <rpc-reply message-id="5"
2            xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3   <data>
4     <top xmlns="http://example.com/schema/1.2/config">
5       <users>
6         <user>
7           <name>fred</name>
8             <type xmlns:x="http://java.sun.com/dtd/properties.dtd">x:admin</type>
9           <full-name>Fred Flintstone</full-name>
10         </user>
11       </users>
12     </top>
13   </data>
14 </rpc-reply>