1module mod4 {
2    prefix abc;
3    namespace "urn:cesnet:mod4";
4
5    typedef my1 {
6        type uint16 {
7            range "10 .. 100" {
8                description "test description";
9                reference "test reference";
10                error-message "test error message";
11                error-app-tag "test tag";
12
13
14                error-message "test"; // duplicated
15            }
16        }
17    }
18}
19