blob: e57a4683b9e74557cf2d1ce2583298ef06bc739e [file] [log] [blame]
module test {
namespace "xpath:intra:single";
prefix test ;
include test1;
include test2;
include test4;
organization "";
contact "";
description
"Defines basic service types for L3VPN service.";
revision "2015-12-16" {
reference "";
}
augment /cont5/cont6/cont3/cont4 {
leaf a {
type int32;
}
}
augment /group1/cont3/cont4/cont8 {
leaf a {
type int32;
}
}
}