blob: 24ec4eb8bea9c85476dc1f48ecc41f529ca22aec [file] [log] [blame]
Vidyashree Ramaf42405d2017-02-09 19:38:10 +05301module check {
2 yang-version 1;
3 namespace "modelObjectTest";
4 prefix nd;
5 container cont50 {
6 leaf leaf51 {
7 type int32;
8 }
9 }
10 list list52 {
11 key leaf52;
12 leaf leaf52 {
13 type int32;
14 }
15 }
16
17 container cont53 {
18 leaf-list leaf54 {
19 type string;
20 }
21 leaf leaf55 {
22 type string;
23 }
24 }
25
26 list list56 {
27 config false;
28 leaf-list leaf57 {
29 type string;
30 }
31 leaf leaf58 {
32 type string;
33 }
34 }
35}