Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / get_schema.xml
1 <rpc message-id="2"
2      xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3     <get-schema xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">
4         <identifier>threadpool-api</identifier>
5         <version>2010-09-24</version>
6         <format
7                 xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:yang
8         </format>
9     </get-schema>
10 </rpc>