Why is MATLAB not recognizing AUTOSAR schema version?

19 views (last 30 days)
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?  

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 31 May 2022
Edited: MathWorks Support Team on 21 Apr 2022
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:

More Answers (0)

Categories

Find more on AUTOSAR Blockset in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!