blob: 0eeb46d6902b13f8293a433183276130cfa63242 [file] [log] [blame]
Bharat saraswalb1170bd2016-07-14 13:26:18 +05301module test2 {
2 namespace "xpath:inter:multi";
3 prefix test2 ;
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 {
Bharat saraswalb551aae2016-07-14 15:18:20 +053016 leaf leaf5 {
Bharat saraswalb1170bd2016-07-14 13:26:18 +053017 type int32;
18 }
19 container cont2 {
Bharat saraswalb551aae2016-07-14 15:18:20 +053020 leaf leaf6 {
Bharat saraswalb1170bd2016-07-14 13:26:18 +053021 type int32;
22 }
23 }
24 }
25
26 augment /cont1/cont2 {
27 container cont3 {
Bharat saraswalb551aae2016-07-14 15:18:20 +053028 leaf leaf7 {
Bharat saraswalb1170bd2016-07-14 13:26:18 +053029 type string;
30 }
31 }
32 }
33}
34