blob: c8060179f8e7308733eaa2a8f7f3cf3f880093cf [file] [log] [blame]
module test {
namespace "test:test";
prefix test ;
organization "";
contact "";
description
"Defines basic service types for L3VPN service.";
revision "2015-12-16" {
reference "";
}
leaf leaf1 {
type union {
type int32;
type string;
type uint16;
}
}
}