blob: 17baeec2c8a910410e84cb71b087e22e949de4a5 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf invalid-interval {
type hello;
}
typedef hello {
type string {
length "0..100";
}
}
}