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