blob: 102ec396d1ea788d20ed14d8e0d1da37964a1461 [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 {
20 leaf a {
21 type int32;
22 }
23 }
24}
25