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