blob: 52641d817f38d366883c278b666d93f0c5408d0b [file] [log] [blame]
janani b4e53f9b2016-04-26 18:49:20 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 uses hello;
6 grouping hello {
7 leaf hello{
8 type String;
9 }
10 }
11}