Blob Blame History Raw
module mod2 {
    prefix abc;
    namespace "urn:cesnet:mod2";

    typedef my {
        type string {
            length "1..255" {
                reference "test reference";
                error-app-tag "test tag";
                description "test description";

                error-app-tag "test"; // duplicated
            }
        }
    }
}