blob: 18e566d5992a8b6fbbd15b4fa9eb5cde35545a49 [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 leaf mydecimal {
7 type decimal64 {
8 fraction-digits 4;
9 range 4..6;
10 }
11 default "5";
12 }
13}