blob: dbff7e814e98b75b534ce142717f7db8eadb6a67 [file] [log] [blame]
Bharat saraswalb551aae2016-07-14 15:18:20 +05301module test {
2 namespace "xpath:intra:single";
3 prefix test ;
4
5 include test1;
6 include test2;
7 include test4;
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 /cont5/cont6 {
20 leaf a {
21 type int32;
22 }
23 }
24
25 augment /cont3/cont4/cont8 {
26 leaf a {
27 type int32;
28 }
29 }
30}
31