Changed mount point URI decoding in restconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / xml-to-cnsn / data-of-several-modules / yang / module1.yang
1 module module1 {
2   namespace "module:one";  
3
4   prefix "m1";
5   revision 2014-01-17 {    
6   }
7
8     container cont_m1 {
9         leaf lf1_m1 {
10             type string;
11         }
12     }
13     container contB_m1 {
14     }
15   
16 }