Delete netconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / json-to-nn / leafref / augment-leafref-module.yang
1 module augment-leafref-module {
2   namespace "augment:leafref:module";  
3
4   prefix "auglfrfmo";
5   revision 2014-12-16 {    
6   }
7
8
9   typedef leafreftype {
10     type leafref {
11         path "/cont/lf3";
12     
13     }
14   }
15   
16   container cont {
17     leaf lf3 {
18         type string;
19     }
20   }
21 }