Merge "Bug 3864: Notify netconf monitoring about changes in session"
[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         <schema>
6             http://localhost:8181/yanglib/schemas/module-with-revision/2014-04-08
7         </schema>
8     </module>
9     <module>
10         <name>another-module-with-revision</name>
11         <revision>2013-10-21</revision>
12         <schema>
13             http://localhost:8181/yanglib/schemas/another-module-with-revision/2013-10-21
14         </schema>
15     </module>
16     <module>
17         <name>module-without-revision</name>
18         <revision></revision>
19         <schema>
20             http://localhost:8181/yanglib/schemas/module-without-revision/
21         </schema>
22     </module>
23 </modules>