Delete netconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / nn-to-xml / 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         uses confB_gr;
13     }
14     
15     grouping confB_gr {
16         container contB_m1 {
17         }
18     }
19   
20 }