blob: f199dbd5e70f1e6ee90cd17886277b3e37ba7ddc [file] [log] [blame]
VinodKumarS-Huaweicb3a1f52016-05-10 17:58:57 +05301module NotificationTest {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 notification test {
6 leaf type {
7 type string;
8 }
9 leaf severity {
10 type string;
11 }
12 }
13}