blob: 3322a669a16a9cbfc0255d851512e790371b8030 [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;
}
}
}
}
}