blob: 53ed780ba07beefa2c55a50700be5a6941c5364e [file] [log] [blame]
Bharat saraswalb1170bd2016-07-14 13:26:18 +05301module test {
2 namespace "xpath:inter:single";
3 prefix test ;
4
5 import test1{
6 prefix test1;
7 }
8
9 import test2{
10 prefix test2;
11 }
12
13 organization "";
14 contact "";
15
16 description
17 "Defines basic service types for L3VPN service.";
18
19 revision "2015-12-16" {
20 reference "";
21 }
22
23 augment /test2:cont1/test2:cont2/test1:cont2 {
24 leaf a {
25 type int32;
26 }
27 }
28}
29