16b8e7f3551e2a611de8b1cca21548bfde2d83a3
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / instanceidentifier / yang / foo-module.yang
1 module foo-module {
2   namespace "foo:module";
3
4   prefix "foo-module";
5     revision 2016-09-29 {
6   }
7
8   /* This container has the same name as container in bar-module */
9   container foo-bar-container {
10   }
11 }