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