blob: e70155eb29e6b361d536b9afcbca9e6fb3b9afce [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
list valid {
key "invalid-interval";
leaf-list invalid-interval {
type "uint16";
units "seconds";
status current;
reference "RFC 6020";
}
}
}