Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / YT956 / another-module.yang
1 module another-module {
2     yang-version 1.1;
3     namespace "http://www.example.com/anothermodule";
4     prefix am;
5
6     container another-container {
7         leaf type {
8             type string;
9             mandatory true;
10         }
11     }
12 }