Binding generator v2 - uses statement - uses inner type #2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / uses-statement / test-uses-leaf-innertype2.yang
1 module test-uses-leaf-innertype2 {
2     namespace "urn:test:uses:leaf:innertype2";
3     prefix uses-leaf;
4     revision 2017-08-09;
5     import test-uses-leaf-innertype2-base {
6       prefix "base";
7     }
8
9     container my-cont {
10       uses base:my-grp;
11     }
12 }