summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/foo-module.yang
blob: 16b8e7f3551e2a611de8b1cca21548bfde2d83a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
module foo-module {
  namespace "foo:module";

  prefix "foo-module";
    revision 2016-09-29 {
  }

  /* This container has the same name as container in bar-module */
  container foo-bar-container {
  }
}