blob: d25b7c2f9f5f0552ac51a2b62dfd3331d907aea4 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
typedef topInt {
type int64;
default "10";
}
typedef midInt {
type topInt;
}
leaf lowInt {
type midInt;
}
}