8a55e43a374055f5a10d1a406b8a9e73b43bdaab
[netconf.git] / restconf / restconf-nb-bierman02 / 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   typedef leafreftype {
8     type leafref {
9       path "/auglfrfmo:cont/auglfrfmo:lf3";
10     }
11   }
12   
13   container cont {
14     leaf lf3 {
15         type string;
16     }
17   }
18 }