Bug 1411 #2 BindingGeneratorImpl decomposition - Types
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / generator / test-cont.yang
1 module test-cont {
2     yang-version 1;
3
4     namespace "urn:test:simple:test:cont";
5     prefix test-cont;
6     organization "test.cont.org";
7     revision "2017-02-17";
8
9     container my-cont {
10         container my-inner-cont {
11         }
12     }
13 }