blob: f199dbd5e70f1e6ee90cd17886277b3e37ba7ddc [file] [log] [blame]
module NotificationTest {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
notification test {
leaf type {
type string;
}
leaf severity {
type string;
}
}
}