1module mod2 {
2    prefix abc;
3    namespace "urn:cesnet:mod2";
4
5    typedef my {
6        type string {
7            length "1..255" {
8                reference "test reference";
9                error-app-tag "test tag";
10                description "test description";
11
12                error-app-tag "test"; // duplicated
13            }
14        }
15    }
16}
17