Correct docs declaration
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / generator / test-type.yang
1 module test-type {
2     yang-version 1;
3
4     namespace "urn:test:simple:test:type";
5     prefix test-type;
6     organization "test.type.org";
7     revision "2017-02-09";
8
9     typedef my-type {
10         type string;
11     }
12
13 }