blob: e2b39c93f55727dba1ffa3c68db5ddb255c31894 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf message {
type union {
type int32;
type enumeration {
enum "unbounded";
}
}
default "unbounded";
}
}