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