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