Bug 1411 #4 BindingGeneratorImpl decomposition - Lists
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / generator / test-leaf.yang
1 module test-lesf-module {
2     yang-version 1.1;
3
4     namespace "urn:test:simple:test:leaf";
5     prefix tlf;
6     organization "leaf.list.org";
7     revision "2017-03-14";
8
9     leaf foo {
10         type string;
11     }
12 }