blob: 16b4047c8ba2767f29753eef571327129a5f90f6 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
container food {
choice snack {
case sports-arena {
leaf pretzel {
type empty;
}
}
case late-night {
choice dinner {
case late-night {
leaf beer {
type empty;
}
}
}
}
}
}
}