blob: 102ec396d1ea788d20ed14d8e0d1da37964a1461 [file] [log] [blame]
module test {
namespace "xpath:inter:single";
prefix test ;
import test1{
prefix test1;
}
organization "";
contact "";
description
"Defines basic service types for L3VPN service.";
revision "2015-12-16" {
reference "";
}
augment /test1:cont1 {
leaf a {
type int32;
}
}
}