5fe7df70a6cede13b03ce4ef9a1523cdb0e1acd6
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / full-versions / yangs / subscribe-to-notification.yang
1 module subscribe-to-notification {
2
3     yang-version 1;
4     namespace "subscribe:to:notification";
5     prefix "subs-to-notifi";
6
7     description
8         "Added input parameters to rpc create-data-change-event-subscription and to create-notification-stream";
9
10     revision "2016-10-28" {
11     }
12
13     container "notifi"{
14         leaf "location"{
15             type string;
16         }
17     }
18 }