1 module length-test-module-typedefs-faulty {
3 namespace "urn:rdns:o-ran:oammodel:length-test-module-typedefs-faulty";
7 "Copyright (C) 2024 Ericsson
8 Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
10 revision "2019-10-16" {
11 description "initial revision";
14 // -------------------------- Ranges and typedefs that are incorrect --------------------
16 typedef typeStringNoLength {
20 typedef typeStringWithLength {
26 typedef typeUsingTypeStringWithLength {
27 type this:typeStringWithLength;
33 type this:typeStringNoLength {
39 type this:typeStringNoLength {
45 type this:typeStringNoLength {
51 type this:typeStringWithLength;
55 type this:typeUsingTypeStringWithLength;
59 type this:typeUsingTypeStringWithLength {