Standalone yang library data writer
[netconf.git] / netconf / mdsal-netconf-yang-library / src / test / resources / test-submodule.yang
1 submodule test-submodule {
2     belongs-to "test-module" {
3         prefix "tt";
4     }
5
6     container cont {
7
8     }
9 }