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