blob: 50a2ba07d3788f7c3a86fd1509c2902bab695a96 [file] [log] [blame]
Vidyashree Rama49abe712016-02-13 22:22:12 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 leaf invalid-interval {
6 type "uint16";
7 units "seconds";
8 units "minutes";
9 }
10}