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