summaryrefslogtreecommitdiffstats
path: root/netconfsimulator/src/test/resources/newYangModel.yang
blob: bbe66c3ae035e668f574b4f760b0610422311168 (plain)
1
2
3
4
5
6
7
8
module newyangmodel {
  namespace "http://onap.org/newyangmodel";
  prefix config2;
  container config2 {
    config true;
    leaf item1 {type uint32;}
  }
}