0ff13dc5a3564f3cf60181178507837a3fdc3c13
[yangtools.git] / yang / yang-parser-impl / src / test / resources / effective-schema-context-test / bar.yang
1 module bar {
2     namespace bar-namespace;
3     prefix bar-prefix;
4
5     revision 2016-09-21;
6
7     container bar-container {}
8
9     notification bar-notification {}
10
11     rpc bar-rpc {}
12
13     extension bar-extension {}
14
15     bar-prefix:bar-extension;
16 }