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