Move SimpleSchemaContext
[yangtools.git] / yang / yang-model-util / src / test / resources / schema-context-util / imported-module.yang
1 module imported-module {
2     yang-version 1;
3     namespace "uri:imported-module";
4     prefix imp;
5
6     revision 2014-10-07 {
7         description
8                 "Imported yang model";
9     }
10
11     container my-imported-container {
12         leaf my-imported-leaf {
13             type string;
14         }
15     }
16 }