Merge "Refactor Subnet.isSubnetOf - reduce number of 'if' statements. Added unitests."
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / json-to-cnsn / simple-container-yang / simple-container.yang
1 module simple-container-yang {
2   namespace "simple:container:yang";  
3
4   prefix "smpdtp";
5   revision 2013-11-12 {    
6   }
7   
8   container cont {
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 }