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