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