blob: c372bfaa153cd50c2d5874355f9f9cc4701ed8b1 [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 typedef hello {
13 type String;
14 }
15 }
16}