Merge "Fix for Bug 3"
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / xml-to-cnsn / data-of-several-modules / yang / module2.yang
1 module module2 {
2   namespace "module:two";  
3
4   prefix "m2";
5   revision 2014-01-17 {    
6   }
7
8     container cont_m2 {
9         leaf lf1_m2 {
10             type string;
11         }
12     }
13     container contB_m2 {
14     }
15
16   
17 }