blob: 305235f772fc2b8309ca67d1564a5f1bacb6b4a3 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf mydecimal {
type decimal64 {
fraction-digits 4;
range 4..6;
}
default "x";
}
}