blob: 39ba6260ece440ec8ae6b82cbeacbd2ba84ba540 [file] [log] [blame]
Gaurav Agrawale3ed0d92016-03-23 19:04:17 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 container food1 {
6 choice snack;
7 choice lunch;
8 }
9 container food2 {
10 choice snack;
11 choice lunch;
12 }
13}