Bug 1411-4: MDSAL Binding2 Generator Impl
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / main / test / resources / yang-template / yang-template-import.yang
1 module yang-template-import {
2     yang-version 1;
3     namespace "org.opendaylight.yang.template";
4     prefix "yti";
5
6     revision 2016-06-23 {
7         description "Simple yang missing deviation statement";
8     }
9
10     leaf yti-leaf {
11         type string;
12     }
13 }