blob: 39ba6260ece440ec8ae6b82cbeacbd2ba84ba540 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
container food1 {
choice snack;
choice lunch;
}
container food2 {
choice snack;
choice lunch;
}
}