Delete netconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / nn-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                 leaf lf2 {
13             type string;
14         }
15                 container cont1{
16                     leaf lf11 {
17                     type string;
18                 }
19                 }
20                 
21                 list lst1{
22                     leaf lf11 {
23                     type string;
24                 }
25                 }
26                 leaf-list lflst1{
27                     type string;
28                 }
29         }
30 }l