Bug 5403 - Support yang-library schema resolution
[netconf.git] / netconf / sal-netconf-connector / src / test / resources / yang-library.xml
1 <modules xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library">
2     <module>
3         <name>module-with-revision</name>
4         <revision>2014-04-08</revision>
5         <namespace>namespace</namespace>
6         <schema>
7             http://localhost:8181/yanglib/schemas/module-with-revision/2014-04-08
8         </schema>
9     </module>
10     <module>
11         <name>another-module-with-revision</name>
12         <revision>2013-10-21</revision>
13         <namespace>another-module-with-revision:namespace</namespace>
14         <schema>
15             http://localhost:8181/yanglib/schemas/another-module-with-revision/2013-10-21
16         </schema>
17     </module>
18     <module>
19         <name>module-without-revision</name>
20         <namespace>module-without-revision:namespace</namespace>
21         <revision></revision>
22         <schema>
23             http://localhost:8181/yanglib/schemas/module-without-revision/
24         </schema>
25     </module>
26 </modules>