blob: 772f7922c3f9781c85c89090d9eb487a0e1c761b [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 organization "";
10 contact "";
11
12 description
13 "Defines basic service types for L3VPN service.";
14
15 revision "2015-12-16" {
16 reference "";
17 }
18
19 augment /test1:cont1/test1:cont2 {
20 leaf a {
21 type int32;
22 }
23 }
24}
25