blob: 92485981fcebfe0b58d9921bafb336de1e6d9a65 [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 container ospf {
6 list valid {
7 key "invalid-interval";
8 leaf invalid-interval {
9 type hello;
10 }
11 }
12 }
13 container isis {
14 typedef hello {
15 type String;
16 }
17 }
18}