blob: 15a6fabe4ab34c2138e92509444925e74fe40b1c [file] [log] [blame]
Bharat saraswalb1170bd2016-07-14 13:26:18 +05301module test {
2 namespace "xpath:intra:single";
3 prefix test ;
4
5 import test2 {
6 prefix test2;
7 }
8
9 include test1;
10
11 organization "";
12 contact "";
13
14 description
15 "Defines basic service types for L3VPN service.";
16
17 revision "2015-12-16" {
18 reference "";
19 }
20
21 augment /test2:cont1/test2:cont2/cont2 {
Bharat saraswalb551aae2016-07-14 15:18:20 +053022 leaf leaf {
Bharat saraswalb1170bd2016-07-14 13:26:18 +053023 type int32;
24 }
25 uses group1;
26 }
27
Bharat saraswalb551aae2016-07-14 15:18:20 +053028 augment /test2:cont1/test2:cont2/cont2/cont1/cont2 {
29 leaf leaf1 {
Bharat saraswalb1170bd2016-07-14 13:26:18 +053030 type int32;
31 }
32 }
33}
34