blob: c372bfaa153cd50c2d5874355f9f9cc4701ed8b1 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
container ospf {
list valid {
key "invalid-interval";
leaf invalid-interval {
type hello;
}
}
typedef hello {
type String;
}
}
}