1module imp_aug_m2 {
2
3  namespace "urn:fri:params:xml:ns:yang:imp_aug_m2";
4  prefix m2;
5
6  grouping grp1 {
7    choice choice1 {
8      case case1 {
9        leaf c1_leaf {
10          type uint32;
11        }
12      }
13      case case2 {
14        leaf c2_leaf {
15          type string;
16        }
17      }
18    }
19  }
20}
21