Added 'code-generator' and 'model' projects from controller project.
[yangtools.git] / yang / yang-parser-impl / src / test / resources / negative-scenario / testfile1.yang
1 module test1 {
2     yang-version 1;
3     namespace "urn:simple.container.demo";
4     prefix "t1";
5
6     import some-module {
7         prefix "data";
8         revision-date 2013-02-27;
9     }
10
11 }