blob: 368a4b5228b27d19cef8ab72b502eb58ffd472a1 [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 "string";
10 units "seconds";
11 status current;
12 reference "RFC 6020";
13 }
14 }
15}