blob: 4dbc1a2911e3f9e21fb28c61b0ef728d41e7da0c [file] [log] [blame]
janani b4e53f9b2016-04-26 18:49:20 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 container test{
6 leaf leaf2{
7 type String;
8 }
9 grouping treat {
10 grouping create {
11 grouping mass {
12 }
13 }
14 }
15 }
16 uses treat;
17}