blob: dbff7e814e98b75b534ce142717f7db8eadb6a67 [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 {
leaf a {
type int32;
}
}
augment /cont3/cont4/cont8 {
leaf a {
type int32;
}
}
}