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