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