blob: 19b42919a9aa76b085188e3818a7037b1125d2c9 [file] [log] [blame]
Vidyashree Ramaf4c617c2016-02-24 12:28:22 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 list list1 {
6 key "invalid-interval";
7 leaf invalid-interval {
8 type "uint16";
9 units "seconds";
10 status current;
11 reference "RFC 6020";
12 }
13 container container1 {
14 leaf leaf1 {
15 type "uint16";
16 units "seconds";
17 status current;
18 reference "RFC 6020";
19 }
20 }
21 }
22}