Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / leafref / yang / 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     typedef leafreftype {
9         type leafref {
10             path "/cont/lf3";
11         }
12     }
13
14     container cont {
15         leaf lf3 {
16             type string;
17         }
18     }
19 }