blob: 3074db7e08b3d258fcdef59a4011fe9fcc172a96 [file] [log] [blame]
module test {
namespace "xpath:intra:single";
prefix test ;
organization "";
contact "";
description
"Defines basic service types for L3VPN service.";
revision "2015-12-16" {
reference "";
}
grouping group1 {
container cont1 {
leaf leaf1 {
type int32;
}
}
}
container cont2 {
uses group1;
}
augment /cont2/cont1 {
leaf a {
type int32;
}
}
}