blob: b5d1c8d75a68b05539516fe8b9a36833a86a62c3 [file] [log] [blame]
Bharat saraswalb1170bd2016-07-14 13:26:18 +05301module test {
2 namespace "xpath:intra:multi";
3 prefix test ;
4
5 include test1;
6 organization "";
7 contact "";
8
9 description
10 "Defines basic service types for L3VPN service.";
11
12 revision "2015-12-16" {
13 reference "";
14 }
15
16 container cont1 {
17 leaf leaf1 {
18 type int32;
19 }
20 }
21
22 augment /cont2/cont3 {
23 leaf a {
24 type int32;
25 }
26 }
27}
28