blob: 166eeb0dfda6b46b841826533052a6e37d2c3852 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
container food {
choice snack {
container sports-arena {
leaf pretzel {
type empty;
}
}
}
}
}
}