blob: 4b1e421be49addda6ac750b6156001d14c3e25c1 [file] [log] [blame]
module event {
namespace "http://example.com/event";
prefix "ev";
notification event {
leaf event-class {
type string;
}
anyxml reporting-entity;
leaf severity {
type string;
}
}
}