aboutsummaryrefslogtreecommitdiffstats
path: root/example/example_models/example-module-2.yang
blob: 1b101e55db79a147586613f2cf3d5fca2f370b32 (plain)
1
2
3
4
5
6
7
8
9
module example-module-2 {
  namespace "http://onap.org/example-module-2";
  prefix config;
  container config {
    config true;
    leaf itemValue1 {type uint32;}
    leaf itemValue2 {type uint32;}
  }
}