a6954c02e6d6b528058a0bb03ee8f2ec41f2c661
[mdsal.git] / binding2 / mdsal-binding2-java-api-generator / src / test / resources / base / with_import / test-import.yang
1 module test-import {
2
3     yang-version 1;
4     namespace "urn:test:simple:test:import";
5     prefix "test-import";
6
7     revision 2017-04-21;
8
9     container *my-import-%cont {
10         leaf test-leaf {
11             type string;
12         }
13     }
14 }