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