Populate model/ hierarchy
[yangtools.git] / model / yang-model-util / src / test / resources / yt691 / bar-sub1.yang
1 submodule sub1-bar {
2     belongs-to bar {
3         prefix bar;
4     }
5
6     revision 2016-01-01;
7
8     leaf sub1-bar-leaf {
9         type string;
10     }
11 }