Eliminate NormalizedNodePayload
[netconf.git] / restconf / restconf-nb / 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     presence "has semantic meaning";
11   }
12 }