blob: 2bbb6988e9e97cb40e83bc359c98ca9458436c3a [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 "xyz";
}
}