Fix for Bug 3
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / json-to-cnsn / simple-list-yang / 2 / simple-list2.yang
1 module simple-list-yang2 {
2   namespace "simple:list:yang2";  
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 }