blob: fd9987226125afcacff46529e021d0520980d3c7 [file] [log] [blame]
Gaurav Agrawal0d43bb52016-05-17 18:06:38 +05301module module2 {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant2;
5 revision 2007-06-09 {
6 description "Initial revision.";
7 }
8 typedef hello {
9 type string;
10 }
11}