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