Rename restconf-nb-rfc8040 to restconf-nb
[netconf.git] / restconf / restconf-nb / 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 }