blob: e3e5571e0ca5af4e7e8162c85c6fa118ea6fe566 [file] [log] [blame]
Bharat saraswal1edde622016-09-06 10:18:04 +05301module test5 {
2 namespace "test5:test";
3 prefix test ;
4
5 include test6;
6 revision "2016-07-04" {
7 description "Initial revision.";
8 }
9
10 augment /cont1 {
11 leaf cont1 {
12 type string;
13 }
14 }
15 augment /cont2 {
16 leaf cont2 {
17 type string;
18 }
19 }
20
21}