blob: 0e4ff2d30fb2dbb2ce760260b6044862907b0f82 [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;
}
}
}
}
}
}