732bcbe59fe899f0e91a1b0dad43b324055ed3e5
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / resources / rfc7950 / include-import-stmt-test / invalid-import-10 / import-test-root.yang
1 module import-test-root {
2     namespace "urn:opendaylight:Import-test-root";
3     prefix "import-test-root";
4
5     revision 2016-12-12 {
6         description "Initial revision";
7     }
8
9     import import-test-imported {
10         prefix "imported-module";
11         revision-date "2016-12-12";
12         description "Yang 1.1: Allow description and reference in include and import.";
13         reference "https://tools.ietf.org/html/rfc7950 section-7.1.5/6";
14     }
15 }