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