blob: 958dc23dad6c8191d3a26562777e66d7fea80448 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
typedef Percentage {
type int32;
}
container ospf {
list valid {
key "invalid-interval";
leaf invalid-interval {
type FirstClass;
}
typedef FirstClass {
type PassingClass;
}
}
typedef PassingClass {
type Percentage;
}
}
}