blob: 35f85548c7311404e420890e07e42db1ba4c629f [file] [log] [blame]
Mahesh Poojary Sbbd48492016-07-19 10:58:07 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5
6 typedef topInt {
7 type int64;
8 default "x";
9 }
10
11 leaf myValue {
12 type topInt;
13 }
14}