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