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