80c3acace74aef3a5729225465cfd4abb870c657
[smo/teiv.git] /
1 module revision-test-module {
2
3         namespace "test:revision-test-module";
4         prefix "this";
5
6         description
7         "Copyright (C) 2024 Ericsson
8         Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
9
10         container cont1 {
11                 leaf leaf1 {
12                         type uint32;
13                 }
14         }
15 }