blob: c727cb7c52d742366e73d8e53452f3b9f0e2ba66 [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 lunch {
case late {
leaf pretzel {
type empty;
}
}
}
}
}
}
}