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