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