Populate codec/ directory
[yangtools.git] / codec / yang-data-codec-gson / src / test / resources / yt1027 / yt1027.yang
1 module yt1027 {
2   namespace "yt1027.test";
3   prefix tst;
4
5   leaf uint64 {
6     type uint64;
7   }
8  
9   leaf int64 {
10     type int64;
11   }
12  
13   leaf decimal {
14     type decimal64 {
15       fraction-digits 1;
16     }
17   }
18 }
19