a7c9544a5462f0cb79ec556919a15818619dd2cf
[netconf.git] / plugins / sal-netconf-connector / src / test / resources / yang-library.xml
1 <?xml version="1.0"?>
2 <modules xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library">
3     <module>
4         <name>module-with-revision</name>
5         <revision>2014-04-08</revision>
6         <namespace>namespace</namespace>
7         <schema>
8             http://localhost:8181/yanglib/schemas/module-with-revision/2014-04-08
9         </schema>
10     </module>
11     <module>
12         <name>another-module-with-revision</name>
13         <revision>2013-10-21</revision>
14         <namespace>another-module-with-revision:namespace</namespace>
15         <schema>
16             http://localhost:8181/yanglib/schemas/another-module-with-revision/2013-10-21
17         </schema>
18     </module>
19     <module>
20         <name>module-without-revision</name>
21         <namespace>module-without-revision:namespace</namespace>
22         <revision/>
23         <schema>
24             http://localhost:8181/yanglib/schemas/module-without-revision/
25         </schema>
26     </module>
27     <module>
28         <name>module-with-wrong-revision</name>
29         <revision>2014-004-08</revision>
30         <namespace>namespace</namespace>
31         <schema>
32             http://localhost:8181/yanglib/schemas/module-with-revision/2014-04-08
33         </schema>
34     </module>
35 </modules>