blob: da6795bcc997b38e41f51227f346a87130207d9b [file] [log] [blame]
Gaurav Agrawald9d6cc82016-03-29 02:17:23 +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 {
Gaurav Agrawalcfa1c412016-05-03 00:41:48 +05309 type string;
Gaurav Agrawald9d6cc82016-03-29 02:17:23 +053010 }
11}