Merge "Add message to update the schema context of the InMemoryDOMDataStore"
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 4 / post-filter.xml
1 <rpc-reply message-id="4"
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>admin</type>
9           <full-name>Fred Flintstone</full-name>
10           <company-info>
11             <dept>2</dept>
12             <id>2</id>
13           </company-info>
14         </user>
15       </users>
16     </top>
17   </data>
18 </rpc-reply>