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