Add test for generated code checking list of dependencies.
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / json-to-cnsn / simple-list-yang / 1 / simple-list1.yang
1 module simple-list-yang1 {
2   namespace "simple:list:yang1";  
3
4   prefix "smplstyg";
5   revision 2013-11-12 {    
6   }
7   
8   list lst {
9         container cont1 {
10         }
11         list lst1 {
12         }
13         leaf-list lflst1 {
14                 type string;
15         }
16         leaf lf1 {
17                 type string;
18         }
19   }
20 }