blob: 0f4e69980e5ea130d5231a9be17bad7bd2d36393 (
plain)
1
2
3
4
5
6
7
8
9
10
|
module test-model {
namespace "http://onap.org/test-model";
prefix config;
container config {
config true;
leaf itemValue1 {type uint32;}
leaf itemValue2 {type uint32;}
leaf itemValue3 {type uint32;}
}
}
|