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