blob: f18492724239c17b9b25d6183191a6a8d6679174 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf validDecimal {
type decimal64 {
fraction-digits 8;
range "-92233720368.54775808 .. 92233720368.54775807";
}
}
}