YANGTOOLS-706: Split out yang-parser-rfc7950
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / no-revision / imported@2012-12-12.yang
1 module imported {
2
3     yang-version 1;
4     namespace "urn:simple.demo.test1";
5     prefix "imp";
6
7     revision 2012-12-12 {}
8
9     //organization "opendaylight";
10     //contact "WILL-BE-DEFINED-LATER";
11
12 }