781062f2adec004c8053a21844e72001cf4685f7
[yangtools.git] / yang / yang-parser-impl / src / test / resources / rfc7950 / include-import-stmt-test / valid-11 / child-module-1.yang
1 submodule child-module-1 {
2     yang-version 1.1;
3     belongs-to "root-module" {
4         prefix "root";
5     }
6
7     container new-container {
8         description "New container definition";
9         leaf new-leaf {
10             type string;
11         }
12     }
13 }