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