More test for improving of code coverage + test refactoring
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / xml-to-cnsn / leafref / leafref-module
1 module leafref-module {
2   namespace "leafref:module";  
3
4   prefix "lfrfmo";
5   revision 2013-11-18 {    
6   }
7
8     container cont {
9         leaf lf1 {
10             type int32;
11         }
12         leaf lf2 {
13             type leafref {
14                 path "/cont/lf1"; 
15             }
16         }
17     }
18   
19 }