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

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

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