MATLAB: Is MATLAB not recognizing AUTOSAR schema version

00044arxmlautosarschema

I am not able to import an ARXML file with schema version 00044 (the new AUTOSAR versioning scheme). MATLAB throws the following error when I try to import the ARXML file –
Error using arxml.importer/getCompositionComponentNames
Did not recognize schema version 00044, expected either of 2.1, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 4.3, 4.4
Does MATLAB not support this schema version? How do I import such a file in MATLAB?

Best Answer

MATLAB currently does not support importing ARXML files with schema versions such as 00044. Please find the list of supported AUTOSAR schema versions here .
The workaround, in order to be able to import such a file, is to manually edit the ARXML file (before importing it) to comply with the list of supported schema versions. For example, edit the schema version in your ARXML file as follows: