blob: 31ea9afd153af7f5d9f77cd1238741cdb7327eab [file] [log] [blame]
module event {
namespace "http://example.com/event";
prefix "ev";
notification event {
container c {
leaf event-class {
type string;
}
}
}
}