blob: 78fbe154bbeece63cccabfe98c83c7b38625c30d [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 container valid {
6 config false;
7 list valid {
8 key "invalid-interval";
9 config true;
10 leaf invalid-interval {
11 type "uint16";
12 units "seconds";
13 status current;
14 reference "RFC 6020";
15 }
16 }
17 }
18}