blob: 305235f772fc2b8309ca67d1564a5f1bacb6b4a3 [file] [log] [blame]
Mahesh Poojary S6986df32016-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 "x";
12 }
13}