blob: 17baeec2c8a910410e84cb71b087e22e949de4a5 [file] [log] [blame]
Gaurav Agrawal3a6b5562016-05-03 00:47:40 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 leaf invalid-interval {
6 type hello;
7 }
8 typedef hello {
9 type string {
10 length "0..100";
11 }
12 }
13}