blob: 772f7922c3f9781c85c89090d9eb487a0e1c761b [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/test1:cont2 {
leaf a {
type int32;
}
}
}