blob: adb480055e9644b5d884c093af4c93e8efea387d [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/test2:cont3/test1:cont2 {
Bharat saraswalb551aae2016-07-14 15:18:20 +053024 leaf leaf8 {
Bharat saraswalb1170bd2016-07-14 13:26:18 +053025 type int32;
26 }
27 }
28}
29