2e72ad1f66f4afc4eeb3a8a70805f612826f6433
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-statement-parser / root.yang
1 module root {
2         prefix root_pref;
3         namespace root_ns;
4
5         import augmented {
6                 prefix imp;
7         }
8
9         augment /imp:cont1/imp:cont2/imp:cont-target {
10                 leaf added {
11                         type string;
12                 }
13         }
14 }