Switched codecs infrastructure to use yang-data-impl codecs
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / cnsn-to-json / augmentation / yang.yang
1 module yang {
2   namespace "ns:yang";  
3
4   prefix "yng";
5   revision 2013-11-26 {    
6   }
7   
8         container cont {
9                 leaf lf1 {
10                         type string;
11                 }
12                 
13         }
14         
15
16           
17 }