blob: b5d1c8d75a68b05539516fe8b9a36833a86a62c3 [file] [log] [blame]
module test {
namespace "xpath:intra:multi";
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/cont3 {
leaf a {
type int32;
}
}
}