Standalone yang library data writer
[netconf.git] / apps / yanglib-mdsal-writer / src / test / resources / test-module.yang
1 module test-module {
2   yang-version 1.1;
3   namespace "test:namespace";
4   prefix tm;
5
6   include test-submodule;
7
8   revision 2013-07-22;
9
10   container cont {
11     leaf lf {
12       mandatory true;
13       type string;
14     }
15   }
16 }