blob: b787b18d95f539c5aa9911691e86dbe71f08d075 [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 "10";
9 }
10
11 leaf myValue {
12 type topInt;
13 }
14}