blob: f33596025c7a1807656272c1d6232159a86a08c7 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
list valid {
key "invalid";
leaf-list invalid-interval {
type union {
type int32;
type enumeration {
enum "unbounded";
}
}
}
leaf invalid {
type string;
}
}
}