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